Skip to content

Commit f1a6f1f

Browse files
committed
test
1 parent ed7316b commit f1a6f1f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-test-linux-x86_64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Lan test workflow x86_64 wheels
22

33
on:
4-
pull_request:
4+
#pull_request:
5+
workflow_call:
56
push:
67
branches:
78
- main

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Lan test Windows wheels
22

33
on:
44
#pull_request:
5-
workflow_run:
6-
workflows: ["Build and test Linux x86_64 wheels"]
7-
types:
8-
- completed
5+
workflow_call:
96
push:
107
branches:
118
- main

0 commit comments

Comments
 (0)