Skip to content

Commit f2d224f

Browse files
authored
Merge pull request #119 from avianlabs/wiyarmir-patch-1
Only cancel in progress for pull requests
2 parents 12a96ad + 0f3ef78 commit f2d224f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Pull Request Build'
22

33
concurrency:
44
group: ${{ github.event.branch }}-${{ github.event.number }}
5-
cancel-in-progress: true
5+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
66

77
on:
88
merge_group:

0 commit comments

Comments
 (0)