Skip to content

Commit

Permalink
Merge pull request #119 from avianlabs/wiyarmir-patch-1
Browse files Browse the repository at this point in the history
Only cancel in progress for pull requests
  • Loading branch information
wiyarmir authored Aug 28, 2024
2 parents 12a96ad + 0f3ef78 commit f2d224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Pull Request Build'

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

on:
merge_group:
Expand Down

0 comments on commit f2d224f

Please sign in to comment.