File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and test Linux aarch64 wheels for Jetpack
2
2
3
3
on :
4
- pull_request :
4
+ # pull_request:
5
+ workflow_run :
6
+ workflows : ["Build and test Linux x86_64 wheels"]
7
+ types :
8
+ - completed
5
9
push :
6
10
branches :
7
11
- main
15
19
16
20
jobs :
17
21
generate-matrix :
22
+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
18
23
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
19
24
with :
20
25
package-type : wheel
Original file line number Diff line number Diff line change 1
1
name : Build and test Linux aarch64 wheels
2
2
3
3
on :
4
- pull_request :
4
+ # pull_request:
5
+ workflow_run :
6
+ workflows : ["Build and test Linux x86_64 wheels"]
7
+ types :
8
+ - completed
5
9
push :
6
10
branches :
7
11
- main
15
19
16
20
jobs :
17
21
generate-matrix :
22
+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
18
23
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
19
24
with :
20
25
package-type : wheel
Original file line number Diff line number Diff line change 1
1
name : Build and test Windows wheels
2
2
3
3
on :
4
- pull_request :
4
+ # pull_request:
5
+ workflow_run :
6
+ workflows : ["Build and test Linux x86_64 wheels"]
7
+ types :
8
+ - completed
5
9
push :
6
10
branches :
7
11
- main
15
19
16
20
jobs :
17
21
generate-matrix :
22
+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
18
23
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
19
24
with :
20
25
package-type : wheel
You can’t perform that action at this time.
0 commit comments