File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ jobs:
182182 --labels "${STEPS_GET_LABELS_OUTPUTS_LABELS}" \
183183 --max-shards 2 \
184184 ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} \
185+ ${{ github.event.repository.fork && '--free-runners' || '' }} \
185186 > matrix.json
186187
187188 echo "python-build-matrix-0=$(jq -c '."python-build"["0"]' matrix.json)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 9494 --platform darwin \
9595 --labels "${STEPS_GET_LABELS_OUTPUTS_LABELS}" \
9696 ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} \
97+ ${{ github.event.repository.fork && '--free-runners' || '' }} \
9798 > matrix.json
9899
99100 # Extract python-build matrix
Original file line number Diff line number Diff line change 9494 --platform windows \
9595 --labels "${STEPS_GET_LABELS_OUTPUTS_LABELS}" \
9696 ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} \
97+ ${{ github.event.repository.fork && '--free-runners' || '' }} \
9798 > matrix.json
9899
99100 # Extract python-build matrix
You can’t perform that action at this time.
0 commit comments