From 9e6d5bfebd7918dc7f3bf44fd43e5814e4baf434 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 19 Jul 2024 16:56:37 -0400 Subject: [PATCH] Fix matrix group --- .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 9d69dfe6..e2806295 100644 --- a/.github/workflows/all-pr-tests.yml +++ b/.github/workflows/all-pr-tests.yml @@ -22,7 +22,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 }} + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}-P${{ matrix.php }}-WP${{ matrix.wordpress }} cancel-in-progress: true # Name the job in the matrix name: "PR Tests PHP ${{ matrix.php }} WordPress ${{ matrix.wordpress }}"