We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba7d71 commit d4b73caCopy full SHA for d4b73ca
.github/workflows/posix.yml
@@ -52,7 +52,7 @@ jobs:
52
COVERAGE: ${{ !contains(matrix.settings[0], 'pypy') }}
53
concurrency:
54
# https://github.community/t/concurrecy-not-work-for-push/183068/7
55
- group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}
+ group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }}
56
cancel-in-progress: true
57
58
services:
0 commit comments