File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 check-flexis :
9+ if : github.repository_owner == 'akshit-sharma' && github.event_name != 'pull_request'
910 runs-on : ubuntu-latest
1011
1112 steps :
Original file line number Diff line number Diff line change 66
77jobs :
88 datagraph-download :
9+ if : github.repository_owner == 'akshit-sharma' && github.event_name != 'pull_request'
910 runs-on : ubuntu-latest
1011
1112 steps :
Original file line number Diff line number Diff line change 66
77jobs :
88 compile-flexis :
9+ if : github.repository_owner == 'akshit-sharma' && github.event_name != 'pull_request'
910 runs-on : ubuntu-latest
1011 steps :
1112 - uses : actions/checkout@v4
3031 path : ./build/release/bin/flexis
3132
3233 download-datasets :
34+ if : github.repository_owner == 'akshit-sharma' && github.event_name != 'pull_request'
3335 runs-on : ubuntu-latest
3436 steps :
3537 - uses : actions/checkout@v4
5254 path : ./data/processed/*.vf3.bin
5355
5456 run-flexis :
57+ if : github.repository_owner == 'akshit-sharma' && github.event_name != 'pull_request'
5558 runs-on : ubuntu-latest
5659 needs : [compile-flexis, download-datasets]
5760 steps :
You can’t perform that action at this time.
0 commit comments