This commit is contained in:
Nicolas Patry 2024-06-07 23:00:27 +02:00
parent 741ab87fba
commit 66e59831f2
No known key found for this signature in database
GPG Key ID: 690EBED7128A9DC8

View File

@ -146,7 +146,7 @@ jobs:
echo "label=${{ env.LABEL }}" >> "$GITHUB_OUTPUT" echo "label=${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
integration_tests: integration_tests:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
needs: build-and-push needs: build-and-push
runs-on: ${{ fromJson(needs.build-and-push.outputs.runs_on) }} runs-on: ${{ fromJson(needs.build-and-push.outputs.runs_on) }}