Skip to content

Commit 35e01ba

Browse files
committed
fix: use strategy.job-index instead of github.job for workflow_call label
1 parent dcdee5b commit 35e01ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-dummy-concurrency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
dummy-job:
5555
needs: setup
56-
runs-on: [self-hosted, modal, "job-${{ github.run_id }}-${{ github.job }}", "max-parallel-${{ inputs.max_parallel }}"]
56+
runs-on: [self-hosted, modal, "job-${{ github.run_id }}-${{ strategy.job-index }}", "max-parallel-${{ inputs.max_parallel }}"]
5757
name: Dummy Job ${{ matrix.job }} (Modal)
5858
strategy:
5959
fail-fast: false

0 commit comments

Comments
 (0)