parent
eeec23e506
commit
7d4fa2bc56
|
@ -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 }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Code coverage
|
||||
name: code_coverage
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Release the ansible collection
|
||||
name: release
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test collection
|
||||
name: tests
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Refresh the Automation Hub token
|
||||
name: refresh_automation_hub_token
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
trivial:
|
||||
- CI enhacements.
|
Loading…
Reference in New Issue