From a091d3d87a4a59af482f620220bf520e35f97bd5 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 6 Dec 2024 11:10:34 -0500 Subject: [PATCH] Fix group name --- .github/workflows/all-pr-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all-pr-tests.yml b/.github/workflows/all-pr-tests.yml index 2e2fa4d2..ecd95acd 100644 --- a/.github/workflows/all-pr-tests.yml +++ b/.github/workflows/all-pr-tests.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest # Cancel any existing runs of this workflow concurrency: - group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}-P${{ matrix.php }}-WP${{ matrix.wordpress }}-MS${{ matrix.multisite }} + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}-P${{ matrix.php }}-WP${{ matrix.wordpress }}-MS${{ matrix.multisite }}-${{ matrix.dependencies }} cancel-in-progress: true # Name the job in the matrix name: "PR Tests PHP ${{ matrix.php }} WordPress ${{ matrix.wordpress }} Multisite ${{ matrix.multisite }}"