File tree Expand file tree Collapse file tree 5 files changed +1
-200
lines changed Expand file tree Collapse file tree 5 files changed +1
-200
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88jobs :
9- file-changes :
10- name : Detect File Changes
11- runs-on : ' ubuntu-latest'
12- outputs :
13- checkall : ${{ steps.changes.outputs.checkall }}
14- steps :
15- - name : Clone
16- uses : actions/checkout@v4
17-
18- - name : Detect Changes
19- uses : dorny/paths-filter@v3
20- id : changes
21- with :
22- filters : " .github/file-filter.yml"
23-
249 self :
2510 name : ${{ matrix.name }} (${{ matrix.device }})
26- if : github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && ${{ github.event.review.state == 'approved' }}
27- needs : file-changes
11+ if : github.repository == 'MFlowCode/MFC'
2812 strategy :
2913 fail-fast : false
3014 matrix :
3115 include :
32- - cluster : phoenix
33- name : Georgia Tech | Phoenix (NVHPC)
34- group : phoenix
35- labels : gt
36- flag : p
37- device : cpu
38- build_script : " "
39- - cluster : phoenix
40- name : Georgia Tech | Phoenix (NVHPC)
41- group : phoenix
42- labels : gt
43- flag : p
44- device : gpu
45- build_script : " "
4616 - cluster : frontier
4717 name : Oak Ridge | Frontier (CCE)
4818 group : phoenix
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments