Name all workflow tasks (#260)

pull/261/head
Sagar Paul 2023-05-11 16:50:04 +05:30 committed by GitHub
parent 5eaa5e3776
commit c43ab54b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# See https://github.com/ansible-community/devtools/blob/main/.github/workflows/ack.yml
name: ack
name: Ack
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@ -1,5 +1,5 @@
---
name: Code Coverage
name: Code coverage
on:
push:

View File

@ -3,7 +3,7 @@
# draft release-notes.
# based on great work from
# https://github.com/T-Systems-MMS/ansible-collection-icinga-director
name: push
name: Push workflow
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@ -1,3 +1,5 @@
name: Token refresh cron
on:
schedule:
- cron: '0 0 * * *'

View File

@ -1,7 +1,7 @@
# Ansible Utilities Collection
[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/ansible.utils)](https://codecov.io/gh/ansible-collections/ansible.utils)
[![Codecov](https://codecov.io/gh/ansible-collections/ansible.utils/branch/main/graph/badge.svg)](https://codecov.io/gh/ansible-collections/ansible.utils)
The Ansible ``ansible.utils`` collection includes a variety of plugins that aid in the management, manipulation and visibility of data for the Ansible playbook developer.