From 518249505f954ee5cbc11d9e8f3978ee816c2132 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Wed, 26 Jan 2022 19:25:39 -0800 Subject: [PATCH 1/2] CI: Fix concurrency group for locale tests --- .github/workflows/posix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 4beba743209b6..4ef0420a437a4 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -50,7 +50,7 @@ jobs: COVERAGE: ${{ !contains(matrix.settings[0], 'pypy') }} concurrency: # https://github.community/t/concurrecy-not-work-for-push/183068/7 - group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }} + group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }} - -${{ matrix.settings[2] }} cancel-in-progress: true services: From 946e365cffa5bfe545365e741eb7cc933b5f23ab Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Wed, 26 Jan 2022 19:40:03 -0800 Subject: [PATCH 2/2] Fix spacing --- .github/workflows/posix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 4ef0420a437a4..8080a81519d8f 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -50,7 +50,7 @@ jobs: COVERAGE: ${{ !contains(matrix.settings[0], 'pypy') }} concurrency: # https://github.community/t/concurrecy-not-work-for-push/183068/7 - group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }} - -${{ matrix.settings[2] }} + group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }}-${{ matrix.settings[2] }} cancel-in-progress: true services: