mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-26 05:40:18 +00:00
skip_changelog: avoid concurrent ansible ci tests
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
1e953d4b27
commit
1c1ca9d356
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ansible-ci.yml
vendored
4
.github/workflows/ansible-ci.yml
vendored
|
@ -10,6 +10,10 @@ on:
|
|||
- labeled
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ansible-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
ANSIBLE_FORCE_COLOR: true
|
||||
ANSIBLE_GALAXY_SERVER_GALAXY_URL: "https://galaxy.ansible.com"
|
||||
|
|
Loading…
Reference in a new issue