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 2a36652 commit c143a0bCopy full SHA for c143a0b
1 file changed
.github/workflows/kubernetes.yaml
@@ -233,7 +233,8 @@ jobs:
233
commit:
234
needs: [initialize, build]
235
environment: ${{ github.event.deployment.payload.env || inputs.env }}
236
- group: commit-${{ inputs.deploymentRepoURL }}-${{ github.event.deployment.payload.env || inputs.env }}
+ concurrency:
237
+ group: commit-${{ inputs.deploymentRepoURL }}-${{ github.event.deployment.payload.env || inputs.env }}
238
runs-on: ${{ inputs.runner }}
239
timeout-minutes: ${{ inputs.timeoutMinutes }}
240
steps:
0 commit comments