Skip to content

Commit

Permalink
fix: add setting to cancel concurrent workflows
Browse files Browse the repository at this point in the history
fix: add setting to cancel concurrent workflows
  • Loading branch information
bogdan-1337 authored Jan 25, 2023
2 parents b3a1ad9 + b653462 commit ae76c49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
workflow_dispatch: # Allows manual workflow trigger
repository_dispatch: # Allows API workflow trigger

concurrency:
group: dapp
cancel-in-progress: true

# Set global env variables
env:
AWS_REGION: eu-west-2
Expand Down

0 comments on commit ae76c49

Please sign in to comment.