File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: CPP tests
33on :
44 push :
55 branches : [ main ]
6- # pull_request:
6+ pull_request :
77
88concurrency :
99 group : unit-test${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Docs
33on :
44 push :
55 branches : [ main ]
6- # pull_request:
6+ pull_request :
77
88permissions :
99 id-token : write
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Lint
33on :
44 push :
55 branches : [ main ]
6- # pull_request:
6+ pull_request :
77
88concurrency :
99 group : unit-test${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
Original file line number Diff line number Diff line change 11name : Build and test Linux CUDA wheels
22
33on :
4- # pull_request:
4+ pull_request :
55 push :
66 branches :
77 - nightly
Original file line number Diff line number Diff line change 11name : Build and test Linux wheel
22
33on :
4- # pull_request:
4+ pull_request :
55 push :
66 branches :
77 - nightly
Original file line number Diff line number Diff line change 11name : Build and test MacOS wheel
22
33on :
4- # pull_request:
4+ pull_request :
55 push :
66 branches :
77 - nightly
You can’t perform that action at this time.
0 commit comments