diff --git a/.github/workflows/ack.yml b/.github/workflows/ack.yml index c2af9f7..436af41 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 ab2ae48..cd0f1ad 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/release.yml b/.github/workflows/release.yml index 7cb7b9d..c9dd3f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ --- -name: Release the ansible collection +name: release on: release: types: [published] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f70a9ab..a1d3384 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test collection +name: tests concurrency: group: ${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/token_refresh.yml b/.github/workflows/token_refresh.yml index 6bae52b..f2117e2 100644 --- a/.github/workflows/token_refresh.yml +++ b/.github/workflows/token_refresh.yml @@ -1,4 +1,4 @@ -name: Refresh the Automation Hub token +name: refresh_automation_hub_token on: schedule: - cron: '0 0 * * *' diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 53c9e80..4690395 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -16,6 +16,12 @@ releases: - pre-commit.yaml - validate_jsonschema_update.yaml release_date: "2023-05-13" + 2.10.1: + changes: {} + release_date: "2023-05-12" + 2.10.0: + changes: {} + release_date: "2023-05-11" 2.9.0: changes: bugfixes: diff --git a/changelogs/fragments/fix_workflow_names.yml b/changelogs/fragments/fix_workflow_names.yml new file mode 100644 index 0000000..c1b859a --- /dev/null +++ b/changelogs/fragments/fix_workflow_names.yml @@ -0,0 +1,3 @@ +--- +trivial: + - CI enhacements.