Skip to content

Commit c143a0b

Browse files
committed
fix statement
1 parent 2a36652 commit c143a0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/kubernetes.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ jobs:
233233
commit:
234234
needs: [initialize, build]
235235
environment: ${{ github.event.deployment.payload.env || inputs.env }}
236-
group: commit-${{ inputs.deploymentRepoURL }}-${{ github.event.deployment.payload.env || inputs.env }}
236+
concurrency:
237+
group: commit-${{ inputs.deploymentRepoURL }}-${{ github.event.deployment.payload.env || inputs.env }}
237238
runs-on: ${{ inputs.runner }}
238239
timeout-minutes: ${{ inputs.timeoutMinutes }}
239240
steps:

0 commit comments

Comments
 (0)