File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,16 @@ scripts: &scripts
2222 - ' toolchain/bootstrap/**'
2323
2424yml : &yml
25- - ' **/*.yml'
25+ - ' .github/workflows/phoenix/**'
26+ - ' .github/workflows/frontier/**'
27+ - ' .github/workflows/bench.yml'
28+ - ' .github/workflows/test.yml'
29+ - ' .github/workflows/formatting.yml'
2630
2731checkall : &checkall
2832 - *fortran_src
2933 - *python_src
3034 - *cmakelist
3135 - *tests
3236 - *scripts
33- - *yml
37+ - *yml
Original file line number Diff line number Diff line change 2020
2121 self :
2222 name : Georgia Tech | Phoenix (NVHPC)
23- if : github.repository == 'MFlowCode/MFC'
23+ if : github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true'
24+ needs : file-changes
2425 strategy :
2526 matrix :
2627 device : ['cpu', 'gpu']
You can’t perform that action at this time.
0 commit comments