diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 36219477..4c4ce7b7 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -11,6 +11,11 @@ on: - stable-1 pull_request: +concurrency: + # Make sure there is at most one active run per PR, but do not cancel any non-PR runs + group: ${{ github.workflow }}-${{ (github.head_ref && github.event.number) || github.run_id }} + cancel-in-progress: true + jobs: sanity: name: EOL Sanity (Ⓐ${{ matrix.ansible }})