We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedef28 commit db6fca4Copy full SHA for db6fca4
.github/workflows/main.yml
@@ -16,7 +16,7 @@ on:
16
pull_request:
17
18
concurrency:
19
- group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build.image_name }} # to branch/PR + OS
+ group: ${{ github.workflow }}-${{ github.head_ref }}
20
cancel-in-progress: true
21
22
jobs:
0 commit comments