File tree Expand file tree Collapse file tree 7 files changed +26
-0
lines changed
Expand file tree Collapse file tree 7 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1414 pull_request :
1515 paths :
1616 - packaging/build_ffmpeg.sh
17+ - .github/workflows/build_ffmpeg.yaml # self reference
1718 schedule :
1819 - cron : ' 0 0 * * 0' # on sunday
1920
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
711
812concurrency :
913 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
711
812permissions :
913 id-token : write
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ 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
511 push :
612 branches :
713 - nightly
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ 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
510 push :
611 branches :
712 - nightly
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ 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
510 push :
611 branches :
712 - nightly
Original file line number Diff line number Diff line change 55 pull_request :
66 paths :
77 - test/generate_reference_resources.sh
8+ - .github/workflows/reference_resources.yaml # self reference
89 schedule :
910 - cron : ' 0 0 * * 0' # on sunday
1011
You can’t perform that action at this time.
0 commit comments