Skip to content

Commit

Permalink
Update pull_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir authored Aug 28, 2024
1 parent 12a96ad commit 0f3ef78
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 0f3ef78

Please sign in to comment.