File tree Expand file tree Collapse file tree 5 files changed +0
-24
lines changed
Expand file tree Collapse file tree 5 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [ main ]
66 pull_request :
7- paths :
8- - src/torchcodec/*
9- - test/*
10- - .github/workflows/cpp_tests.yaml # self reference
117
128concurrency :
139 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 44 push :
55 branches : [ main ]
66 pull_request :
7- paths :
8- - src/torchcodec/*
9- - docs/*
10- - .github/workflows/docs.yaml # self reference
117
128permissions :
139 id-token : write
Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ name: Build and test Linux CUDA wheels
22
33on :
44 pull_request :
5- paths :
6- - src/torchcodec/*
7- - benchmarks/*
8- - packaging/*
9- - test/*
10- - .github/workflows/linux_cuda_wheel.yaml # self reference
115 push :
126 branches :
137 - nightly
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ name: Build and test Linux wheel
22
33on :
44 pull_request :
5- paths :
6- - src/torchcodec/*
7- - packaging/*
8- - test/*
9- - .github/workflows/linux_wheel.yaml # self reference
105 push :
116 branches :
127 - nightly
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ name: Build and test MacOS wheel
22
33on :
44 pull_request :
5- paths :
6- - src/torchcodec/*
7- - packaging/*
8- - test/*
9- - .github/workflows/macos_wheel.yaml # self reference
105 push :
116 branches :
127 - nightly
You can’t perform that action at this time.
0 commit comments