Skip to content

Commit 22b6b1a

Browse files
authored
Merge pull request #10228 from michael-membrowse/master
ci: preserve membrowse push-to-master runs from cancellation
2 parents b44d8c6 + e38c88d commit 22b6b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/membrowse-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88

99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.sha || github.ref }}
1111
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1212

1313
jobs:

0 commit comments

Comments
 (0)