We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5c325 commit 2569896Copy full SHA for 2569896
.github/workflows/cicd-1-pull-request-closed.yaml
@@ -12,6 +12,8 @@ jobs:
12
id-token: write
13
runs-on: ubuntu-latest
14
environment: review
15
+ concurrency: deploy-review-${{ github.ref }}
16
+
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
.github/workflows/stage-4-deploy.yaml
@@ -25,6 +25,7 @@ jobs:
25
environment: ${{ fromJson(inputs.environments) }}
26
max-parallel: 1
27
environment: ${{ matrix.environment }}
28
+ concurrency: deploy-${{ matrix.environment }}-${{ github.ref }}
29
30
31
0 commit comments