parent
eeec23e506
commit
7d4fa2bc56
|
@ -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 }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Code coverage
|
name: code_coverage
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Release the ansible collection
|
name: release
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
|
@ -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 * * *'
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- CI enhacements.
|
Loading…
Reference in New Issue