Skip to content

Commit

Permalink
chore(ci): cancel running builds on new push
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Oct 3, 2023
1 parent 1166521 commit 459eb6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main

# Cancel previously running workflows
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

jobs:
deploy:
name: Deploy app
Expand Down

0 comments on commit 459eb6e

Please sign in to comment.