Skip to content

Commit ee4495d

Browse files
authored
Merge pull request #2001 from Homebrew/cancel-in-progress
2 parents a0707de + c9cb3a2 commit ee4495d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
concurrency:
1313
group: scheduled-${{ github.ref }}-${{ github.event_name }}
14-
cancel-in-progress: true
14+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1515

1616
jobs:
1717
generate-cask:

0 commit comments

Comments
 (0)