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 14
14
pull_request :
15
15
paths :
16
16
- packaging/build_ffmpeg.sh
17
+ - .github/workflows/build_ffmpeg.yaml # self reference
17
18
schedule :
18
19
- cron : ' 0 0 * * 0' # on sunday
19
20
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ main ]
6
6
pull_request :
7
+ paths :
8
+ - src/torchcodec/*
9
+ - test/*
10
+ - .github/workflows/cpp_tests.yaml # self reference
7
11
8
12
concurrency :
9
13
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 4
4
push :
5
5
branches : [ main ]
6
6
pull_request :
7
+ paths :
8
+ - src/torchcodec/*
9
+ - docs/*
10
+ - .github/workflows/docs.yaml # self reference
7
11
8
12
permissions :
9
13
id-token : write
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Build and test Linux CUDA wheels
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ - src/torchcodec/*
7
+ - benchmarks/*
8
+ - packaging/*
9
+ - test/*
10
+ - .github/workflows/linux_cuda_wheel.yaml # self reference
5
11
push :
6
12
branches :
7
13
- nightly
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Build and test Linux wheel
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ - src/torchcodec/*
7
+ - packaging/*
8
+ - test/*
9
+ - .github/workflows/linux_wheel.yaml # self reference
5
10
push :
6
11
branches :
7
12
- nightly
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Build and test MacOS wheel
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ - src/torchcodec/*
7
+ - packaging/*
8
+ - test/*
9
+ - .github/workflows/macos_wheel.yaml # self reference
5
10
push :
6
11
branches :
7
12
- nightly
Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
paths :
7
7
- test/generate_reference_resources.sh
8
+ - .github/workflows/reference_resources.yaml # self reference
8
9
schedule :
9
10
- cron : ' 0 0 * * 0' # on sunday
10
11
You can’t perform that action at this time.
0 commit comments