Skip to content

Commit

Permalink
chore: cancel prev jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed Dec 2, 2024
1 parent 8000456 commit d173733
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
env:
PROJECT_ID: bright-meridian-316511

concurrency:
group: build-${{ github.head_ref }}
cancel-in-progress: true

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

0 comments on commit d173733

Please sign in to comment.