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 # See https://github.com/ansible-community/devtools/blob/main/.github/workflows/ack.yml
name: ack name: Ack
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
# Ansible Utilities Collection # 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. 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.