We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b44d8c6 + e38c88d commit 22b6b1aCopy full SHA for 22b6b1a
1 file changed
.github/workflows/membrowse-report.yml
@@ -7,7 +7,7 @@ on:
7
- master
8
9
concurrency:
10
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.sha || github.ref }}
11
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
12
13
jobs:
0 commit comments