Skip to content

Commit

Permalink
SWF: Add concurrency group to PR Build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Feb 7, 2025
1 parent e819cec commit d97f8f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: PR Build
on:
pull_request:

concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true

jobs:
pr-build:
name: PR Build
Expand Down

0 comments on commit d97f8f2

Please sign in to comment.