From c66d54c26837b59a3670769a7ec686d4171bdab7 Mon Sep 17 00:00:00 2001 From: catatsuy Date: Sun, 28 Apr 2024 18:13:55 +0900 Subject: [PATCH] Add concurrency settings for Ansible workflow --- .github/workflows/ansible.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 82c8569ea..78ab03bf9 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -6,6 +6,10 @@ on: - "provisioning/**" - ".github/workflows/ansible.yml" +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-22.04