Skip to content

Commit

Permalink
Merge pull request #169 from avianlabs/wiyarmir-patch-1
Browse files Browse the repository at this point in the history
Update pull_request.yaml concurrency
  • Loading branch information
wiyarmir authored Dec 3, 2024
2 parents 6c22fb7 + b22073c commit 9e591a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 'Pull Request Build'

concurrency:
group: ${{ github.event.branch }}-${{ github.event.number }}
cancel-in-progress: false
group: ${{ github.event_name }}/${{ github.event.branch }}/${{ github.event.number }}/${{ github.event.head_ref }}

on:
merge_group:
Expand Down

0 comments on commit 9e591a6

Please sign in to comment.