Skip to content

Commit

Permalink
fix: Fixed failure in running Build CI in source branch if it is trig…
Browse files Browse the repository at this point in the history
…gered in PR
  • Loading branch information
SaptarshiSarkar12 authored Jan 12, 2024
1 parent 5f35435 commit b85a57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
type: boolean

concurrency:
group: ${{ github.ref }}
group: ${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit b85a57d

Please sign in to comment.