Skip to content

Commit f609ebb

Browse files
committed
test
1 parent 89b75d9 commit f609ebb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/build-test-all.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,15 @@ jobs:
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

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Lan test Windows wheels
33
on:
44
#pull_request:
55
workflow_call:
6+
inputs:
67
push:
78
branches:
89
- main

0 commit comments

Comments
 (0)