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 65
65
contents : read
66
66
packages : write
67
67
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
3
3
on :
4
4
# pull_request:
5
5
workflow_call :
6
+ inputs :
6
7
push :
7
8
branches :
8
9
- main
You can’t perform that action at this time.
0 commit comments