Skip to content

Commit

Permalink
ci: add concurrency to deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
riscait committed Oct 12, 2023
1 parent dbfcabe commit d6103e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ defaults:
run:
working-directory: example

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

jobs:
deploy:
name: Deploy
Expand Down

0 comments on commit d6103e5

Please sign in to comment.