From c43ab54b5fa2be80594800ee0927d8721f225ac6 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Thu, 11 May 2023 16:50:04 +0530 Subject: [PATCH] Name all workflow tasks (#260) --- .github/workflows/ack.yml | 2 +- .github/workflows/codecoverage.yml | 2 +- .github/workflows/push.yml | 2 +- .github/workflows/token_refresh.yml | 2 ++ README.md | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ack.yml b/.github/workflows/ack.yml index 436af41..c2af9f7 100644 --- a/.github/workflows/ack.yml +++ b/.github/workflows/ack.yml @@ -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 }} diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 3ed9832..ab2ae48 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -1,5 +1,5 @@ --- -name: Code Coverage +name: Code coverage on: push: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5a5cec6..d50d6a6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 }} diff --git a/.github/workflows/token_refresh.yml b/.github/workflows/token_refresh.yml index 7a818d1..54de6b8 100644 --- a/.github/workflows/token_refresh.yml +++ b/.github/workflows/token_refresh.yml @@ -1,3 +1,5 @@ +name: Token refresh cron + on: schedule: - cron: '0 0 * * *' diff --git a/README.md b/README.md index aa4e7d1..c213ab0 100644 --- a/README.md +++ b/README.md @@ -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.