diff --git a/.github/workflows/kubernetes.yaml b/.github/workflows/kubernetes.yaml index 501f107..604eb8b 100644 --- a/.github/workflows/kubernetes.yaml +++ b/.github/workflows/kubernetes.yaml @@ -233,7 +233,8 @@ jobs: commit: needs: [initialize, build] environment: ${{ github.event.deployment.payload.env || inputs.env }} - concurrency: commit-${{ inputs.deploymentRepoURL }}-${{ github.sha }} + concurrency: + group: commit-${{ inputs.deploymentRepoURL }}-${{ github.event.deployment.payload.env || inputs.env }} runs-on: ${{ inputs.runner }} timeout-minutes: ${{ inputs.timeoutMinutes }} steps: