We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378f1c2 commit ea2dc46Copy full SHA for ea2dc46
.github/workflows/build_and_deploy.yaml
@@ -81,7 +81,7 @@ jobs:
81
runs-on: ubuntu-latest
82
concurrency:
83
group: ${{ github.workflow }}-deploy-${{ inputs.environment }}
84
- cancel-in-progress: false
+ cancel-in-progress: true
85
environment: ${{ inputs.environment }}
86
steps:
87
- name: Checkout
0 commit comments