diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 1ddcfb4f09..c0e6de01c0 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -8,6 +8,10 @@ on: paths: [".github/**"] merge_group: +concurrency: + group: ${{ github.workflow }}-${{ github.ref_name }} + cancel-in-progress: true + jobs: actionlint: runs-on: ubuntu-latest diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index 2b1deb4be8..caadb022df 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -8,6 +8,10 @@ on: branches: ["main"] merge_group: +concurrency: + group: ${{ github.workflow }}-${{ github.ref_name }} + cancel-in-progress: true + jobs: quic-network-simulator: runs-on: ubuntu-latest