File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
- build-test
46
46
if : (contains(toJson(github.event.commits), '[deploy]') || (github.event_name == 'workflow_dispatch' && github.event.inputs.release == 'true')) && !failure() && !cancelled()
47
47
name : Deploy and Release
48
- runs-on : ubuntu-latest
48
+ runs-on : blacksmith-16vcpu- ubuntu-2204
49
49
permissions : write-all
50
50
steps :
51
51
- name : Free Disk Space (Ubuntu)
Original file line number Diff line number Diff line change 23
23
- build-test
24
24
if : (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && !failure() && !cancelled()
25
25
name : Deploy and Release Nightly
26
- runs-on : ubuntu-latest
26
+ runs-on : blacksmith-16vcpu- ubuntu-2204
27
27
permissions : write-all
28
28
steps :
29
29
- name : Free Disk Space (Ubuntu)
You can’t perform that action at this time.
0 commit comments