Skip to content

Commit

Permalink
Cancel running workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Dec 6, 2024
1 parent 8b7cf14 commit 7cebe22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
type: boolean
workflow_dispatch:

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

jobs:
build_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7cebe22

Please sign in to comment.