diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index f48986251f..1f71213d2b 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -15,6 +15,11 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +# Only run one CI pipeline at a time +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + # Check if we indeed modified distrobox stuff jobs: check_changes: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b6fae2947..9df17da006 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,11 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +# Only run one CI pipeline at a time +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: dash: runs-on: ubuntu-latest diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index 082de5053b..8fd1ccfadd 100644 --- a/.github/workflows/manpages.yml +++ b/.github/workflows/manpages.yml @@ -13,6 +13,11 @@ on: workflow_dispatch: +# Only run one CI pipeline at a time +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + # Prepare distros matrix jobs: