Skip to content

Commit 9f24aad

Browse files
committed
Fix concurrency group for push-only workflow
1 parent f26bd19 commit 9f24aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212

1313
concurrency:
14-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
14+
group: ${{ github.workflow }}-${{ github.sha }}
1515
cancel-in-progress: true
1616

1717
jobs:

0 commit comments

Comments
 (0)