Skip to content

Commit ea2dc46

Browse files
committed
cancel
1 parent 378f1c2 commit ea2dc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
concurrency:
8383
group: ${{ github.workflow }}-deploy-${{ inputs.environment }}
84-
cancel-in-progress: false
84+
cancel-in-progress: true
8585
environment: ${{ inputs.environment }}
8686
steps:
8787
- name: Checkout

0 commit comments

Comments
 (0)