Skip to content

Commit e38c88d

Browse files
michael-membrowseMrogovp
authored andcommitted
ci: preserve membrowse push-to-master runs from cancellation
Use unique concurrency group per commit for push events so that sequential merges to master don't cancel each other's queued runs. This ensures every master commit gets analyzed for memory tracking.
1 parent 6ac0f82 commit e38c88d

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)