Skip to content

Commit

Permalink
add concurrency to deploy workflow cancel-in-progress runs (#6683)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Nov 22, 2023
1 parent bc5c331 commit f4275e5
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 @@ -11,6 +11,10 @@ on:
- master
workflow_dispatch:

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

env:
IMAGE_NAME: care_fe
AWS_DEFAULT_REGION: ap-south-1
Expand Down

0 comments on commit f4275e5

Please sign in to comment.