We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca32b3f commit e8df11eCopy full SHA for e8df11e
.github/workflows/posix.yml
@@ -54,7 +54,7 @@ jobs:
54
COVERAGE: ${{ !contains(matrix.settings[0], 'pypy') }}
55
concurrency:
56
# https://github.community/t/concurrecy-not-work-for-push/183068/7
57
- 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] }}
58
cancel-in-progress: true
59
60
services:
0 commit comments