File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " **"
7- paths :
7+ paths : &paths
88 - " .github/dependencies.json"
99 - " .github/workflows/cifuzz.yml"
1010 - " .github/workflows/wheels-dependencies.sh"
1111 - " **.c"
1212 - " **.h"
1313 pull_request :
14- paths :
15- - " .github/dependencies.json"
16- - " .github/workflows/cifuzz.yml"
17- - " .github/workflows/wheels-dependencies.sh"
18- - " **.c"
19- - " **.h"
14+ paths : *paths
2015 workflow_dispatch :
2116
2217permissions :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " **"
7- paths :
7+ paths : &paths
88 - " .github/workflows/docs.yml"
99 - " docs/**"
1010 - " src/PIL/**"
1111 pull_request :
12- paths :
13- - " .github/workflows/docs.yml"
14- - " docs/**"
15- - " src/PIL/**"
12+ paths : *paths
1613 workflow_dispatch :
1714
1815permissions :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " **"
7- paths-ignore :
7+ paths-ignore : &paths-ignore
88 - " .github/workflows/docs.yml"
99 - " .github/workflows/wheels*"
1010 - " .gitmodules"
1111 - " docs/**"
1212 - " wheels/**"
1313 pull_request :
14- paths-ignore :
15- - " .github/workflows/docs.yml"
16- - " .github/workflows/wheels*"
17- - " .gitmodules"
18- - " docs/**"
19- - " wheels/**"
14+ paths-ignore : *paths-ignore
2015 workflow_dispatch :
2116
2217permissions :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " **"
7- paths-ignore :
7+ paths-ignore : &paths-ignore
88 - " .github/workflows/docs.yml"
99 - " .github/workflows/wheels*"
1010 - " .gitmodules"
1111 - " docs/**"
1212 - " wheels/**"
1313 pull_request :
14- paths-ignore :
15- - " .github/workflows/docs.yml"
16- - " .github/workflows/wheels*"
17- - " .gitmodules"
18- - " docs/**"
19- - " wheels/**"
14+ paths-ignore : *paths-ignore
2015 workflow_dispatch :
2116
2217permissions :
Original file line number Diff line number Diff line change 88 # branches:
99 # - "**"
1010 # paths:
11- # - ".github/workflows/test-valgrind.yml"
11+ # - ".github/workflows/test-valgrind-memory .yml"
1212 # - "**.c"
1313 # - "**.h"
14+ # - "depends/docker-test-valgrind-memory.sh"
1415 pull_request :
1516 paths :
16- - " .github/workflows/test-valgrind.yml"
17+ - " .github/workflows/test-valgrind-memory .yml"
1718 - " **.c"
1819 - " **.h"
1920 - " depends/docker-test-valgrind-memory.sh"
Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - " **"
9- paths :
9+ paths : &paths
1010 - " .github/workflows/test-valgrind.yml"
1111 - " **.c"
1212 - " **.h"
1313 pull_request :
14- paths :
15- - " .github/workflows/test-valgrind.yml"
16- - " **.c"
17- - " **.h"
14+ paths : *paths
1815 workflow_dispatch :
1916
2017permissions :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " **"
7- paths-ignore :
7+ paths-ignore : &paths-ignore
88 - " .github/workflows/docs.yml"
99 - " .github/workflows/wheels*"
1010 - " .gitmodules"
1111 - " docs/**"
1212 - " wheels/**"
1313 pull_request :
14- paths-ignore :
15- - " .github/workflows/docs.yml"
16- - " .github/workflows/wheels*"
17- - " .gitmodules"
18- - " docs/**"
19- - " wheels/**"
14+ paths-ignore : *paths-ignore
2015 workflow_dispatch :
2116
2217permissions :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " **"
7- paths-ignore :
7+ paths-ignore : &paths-ignore
88 - " .github/workflows/docs.yml"
99 - " .github/workflows/wheels*"
1010 - " .gitmodules"
1111 - " docs/**"
1212 - " wheels/**"
1313 pull_request :
14- paths-ignore :
15- - " .github/workflows/docs.yml"
16- - " .github/workflows/wheels*"
17- - " .gitmodules"
18- - " docs/**"
19- - " wheels/**"
14+ paths-ignore : *paths-ignore
2015 workflow_dispatch :
2116
2217permissions :
Original file line number Diff line number Diff line change 1010 # │ │ │ │ │
1111 - cron : " 42 1 * * 0,3"
1212 push :
13- paths :
13+ paths : &paths
1414 - " .ci/requirements-cibw.txt"
1515 - " .ci/requirements-sbom.txt"
1616 - " .github/dependencies.json"
2424 tags :
2525 - " *"
2626 pull_request :
27- paths :
28- - " .ci/requirements-cibw.txt"
29- - " .ci/requirements-sbom.txt"
30- - " .github/dependencies.json"
31- - " .github/generate-sbom.py"
32- - " .github/workflows/wheels*"
33- - " pyproject.toml"
34- - " setup.py"
35- - " wheels/*"
36- - " winbuild/build_prepare.py"
37- - " winbuild/fribidi.cmake"
27+ paths : *paths
3828 workflow_dispatch :
3929
4030permissions :
You can’t perform that action at this time.
0 commit comments