diff --git a/.github/workflows/dummy.yml b/.github/workflows/dummy.yml index a2ce3239c..4716c18b8 100644 --- a/.github/workflows/dummy.yml +++ b/.github/workflows/dummy.yml @@ -11,6 +11,10 @@ on: workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: dummy: runs-on: ubuntu-latest diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f6d8259f..2799facd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,9 +21,12 @@ on: - 'docs/**' - '.packit.yaml' - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: python-checks: strategy: diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index ac6979a6b..1e5120c27 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -21,9 +21,12 @@ on: - 'docs/**' - 'shell-completion/**' - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: python-checks: strategy: