File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 77 - maint-3.0
88 paths :
99 # first, yes to these
10- - ' .github/workflows/e3sm-gh-ci-cime-tests.yml'
1110 - ' cime_config/**'
1211 - ' components/eam/**'
1312 - ' components/eamxx/**'
1413 - ' components/elm/**'
1514 - ' driver-moab/**'
1615 - ' driver-mct/**'
1716 # second, no to these
18- - ' !components/eam/docs/**'
19- - ' !components/eam/mkdocs.yml'
20- - ' !components/eamxx/docs/**'
21- - ' !components/eamxx/mkdocs.yml'
22- - ' !components/elm/docs/**'
23- - ' !components/elm/mkdocs.yml'
17+ - ' !**/docs/**'
18+ - ' !**/mkdocs.yml'
19+ - ' !.github/workflows/**'
20+ # Third, DO run if THIS workflow file changes
21+ - ' .github/workflows/e3sm-gh-ci-cime-tests.yml'
2422
2523 workflow_dispatch :
2624
Original file line number Diff line number Diff line change 55 branches :
66 - master
77 - maint-3.0
8- paths-ignore :
9- - ' mkdocs.yaml'
10- - ' docs/**'
11- - ' components/*/docs/**'
12- - ' components/*/mkdocs.yml'
8+ paths :
9+ - ' !**/docs/**'
10+ - ' !**/mkdocs.yml'
11+ - ' !.github/workflows/**'
12+ - ' .github/workflows/e3sm-gh-ci-w-cime-tests.yml'
13+
1314
1415 workflow_dispatch :
1516
You can’t perform that action at this time.
0 commit comments