CI enhancements (#276)

* CI enhancements

* changelog fix

* fix names
pull/277/head
Sagar Paul 2023-05-17 16:27:48 +05:30 committed by GitHub
parent eeec23e506
commit 7d4fa2bc56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 5 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

@ -1,5 +1,5 @@
--- ---
name: Release the ansible collection name: release
on: on:
release: release:
types: [published] types: [published]

View File

@ -1,4 +1,4 @@
name: Test collection name: tests
concurrency: concurrency:
group: ${{ github.head_ref || github.run_id }} group: ${{ github.head_ref || github.run_id }}

View File

@ -1,4 +1,4 @@
name: Refresh the Automation Hub token name: refresh_automation_hub_token
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'

View File

@ -16,6 +16,12 @@ releases:
- pre-commit.yaml - pre-commit.yaml
- validate_jsonschema_update.yaml - validate_jsonschema_update.yaml
release_date: "2023-05-13" 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: 2.9.0:
changes: changes:
bugfixes: bugfixes:

View File

@ -0,0 +1,3 @@
---
trivial:
- CI enhacements.