File tree Expand file tree Collapse file tree 5 files changed +6
-30
lines changed Expand file tree Collapse file tree 5 files changed +6
-30
lines changed Original file line number Diff line number Diff line change 1515 - " !docs/**"
1616 - " !conda.recipe"
1717
18- # pull_request:
19- # paths:
20-
2118
2219jobs :
2320 code-style :
2421 runs-on : ubuntu-latest
2522 steps :
2623 - if : github.event_name == 'push'
2724 uses : actions/checkout@v3
28- # - if: github.event_name == 'pull_request'
29- # uses: actions/checkout@v2
30- # with:
31- # ref: ${{ github.head_ref }}
32-
3325 - uses : actions/setup-python@v4
3426 with :
3527 python-version : " 3.8"
Original file line number Diff line number Diff line change @@ -2,12 +2,15 @@ name: Build docs
22
33on :
44 push :
5+ branches :
6+ - master
57 pull_request :
68 paths-ignore :
79 - " tests/**"
810 - " docker/**"
911 release :
1012 types : [published]
13+ workflow_dispatch :
1114
1215jobs :
1316 build-deploy :
Original file line number Diff line number Diff line change 11name : Run Horovod tests
22on :
3- push :
4- paths :
5- - " ignite/**"
6- - " tests/ignite/**"
7- - " tests/run_cpu_tests.sh"
8- - " .github/workflows/hvd-tests.yml"
93 pull_request :
104 paths :
115 - " ignite/**"
126 - " tests/ignite/**"
137 - " tests/run_cpu_tests.sh"
148 - " .github/workflows/hvd-tests.yml"
9+ workflow_dispatch :
1510
1611concurrency :
1712 # <workflow_name>-<branch_name>-<true || commit_sha (if branch is protected)>
Original file line number Diff line number Diff line change 11name : Run TPU tests
22on :
3- push :
4- paths :
5- - " ignite/**"
6- - " tests/ignite/**"
7- - " tests/run_tpu_tests.sh"
8- - " .github/workflows/tpu-tests.yml"
93 pull_request :
104 paths :
115 - " ignite/**"
126 - " tests/ignite/**"
137 - " tests/run_tpu_tests.sh"
148 - " .github/workflows/tpu-tests.yml"
9+ workflow_dispatch :
1510
1611concurrency :
1712 # <workflow_name>-<branch_name>-<true || commit_sha (if branch is protected)>
Original file line number Diff line number Diff line change 11name : Run unit tests
22on :
3- push :
4- paths :
5- - " ignite/**"
6- - " tests/ignite/**"
7- - " tests/run_cpu_tests.sh"
8- - " tests/run_code_style.sh"
9- - " examples/**.py"
10- - " requirements-dev.txt"
11- - " .github/workflows/unit-tests.yml"
12-
133 pull_request :
144 paths :
155 - " ignite/**"
199 - " examples/**.py"
2010 - " requirements-dev.txt"
2111 - " .github/workflows/unit-tests.yml"
12+ workflow_dispatch :
2213
2314concurrency :
2415 # <workflow_name>-<branch_name>-<true || commit_sha (if branch is protected)>
You can’t perform that action at this time.
0 commit comments