From 709c12db66fab34ed5b166d0867d9bd58400d8a0 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 27 May 2026 16:10:34 -0400 Subject: [PATCH 1/2] github actions: Cancel in-progress tests on new push Signed-off-by: mulhern --- .github/workflows/dummy.yml | 4 ++++ .github/workflows/main.yml | 4 ++++ .github/workflows/support.yml | 4 ++++ 3 files changed, 12 insertions(+) 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..13de184f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,10 @@ on: # 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..0a2aab2b3 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -24,6 +24,10 @@ on: # 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: From b98cd8b49d6b68a4d657e35a5f9df2e0ee8d615e Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 27 May 2026 16:14:16 -0400 Subject: [PATCH 2/2] github actions: Remove old comments Signed-off-by: mulhern --- .github/workflows/main.yml | 1 - .github/workflows/support.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 13de184f4..2799facd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,6 @@ on: - 'docs/**' - '.packit.yaml' - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: concurrency: diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index 0a2aab2b3..1e5120c27 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -21,7 +21,6 @@ on: - 'docs/**' - 'shell-completion/**' - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: concurrency: