From 1c1ca9d3566f60b5666cd383927f7cc33330b38d Mon Sep 17 00:00:00 2001 From: gardar Date: Sun, 21 May 2023 02:49:18 +0000 Subject: [PATCH] skip_changelog: avoid concurrent ansible ci tests Signed-off-by: gardar --- .github/workflows/ansible-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ansible-ci.yml b/.github/workflows/ansible-ci.yml index 79cea668..900e69fa 100644 --- a/.github/workflows/ansible-ci.yml +++ b/.github/workflows/ansible-ci.yml @@ -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"