skip_changelog: avoid concurrent ansible ci tests

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-05-21 02:49:18 +00:00
parent 1e953d4b27
commit 1c1ca9d356
No known key found for this signature in database
GPG key ID: 00872BAF59D98753

View file

@ -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"