File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 6565 contents : read
6666 packages : write
6767 uses : ./.github/workflows/build-test-windows.yml
68+
69+ wait-all-jobs :
70+ needs : [trigger-linux-test, trigger-windows-test]
71+ runs-on : ubuntu-latest
72+ steps :
73+ - name : Wait for all jobs to complete
74+ run : |
75+ echo "Waiting for all jobs to complete..."
76+
77+ concurrency :
78+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}
79+ cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Lan test Windows wheels
33on :
44 # pull_request:
55 workflow_call :
6+ inputs :
67 push :
78 branches :
89 - main
You can’t perform that action at this time.
0 commit comments