File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11name : aws-zig mach nominated build
22on :
3+ workflow_dispatch :
34 schedule :
45 - cron : ' 0 12 * * *' # noon UTC, 4AM Pacific
56 push :
67 branches :
7- - ' zig-mach* '
8+ - ' zig-mach'
89env :
910 PKG_PREFIX : nominated-zig
1011jobs :
2324 - name : Check out repository code
2425 uses : actions/checkout@v4
2526 with :
26- ref : zig-develop
27+ ref : zig-mach
2728 - name : Setup Zig
2829 uses : mlugg/setup-zig@v1.2.1
2930 with :
Original file line number Diff line number Diff line change 11name : aws-zig nightly build
22on :
3+ workflow_dispatch :
34 schedule :
45 - cron : ' 30 12 * * *' # 12:30 UTC, 4:30AM Pacific
56 push :
67 branches :
7- - ' zig-develop* '
8+ - ' zig-develop'
89env :
910 PKG_PREFIX : nightly-zig
1011jobs :
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Check out repository code
1818 uses : actions/checkout@v4
19+ with :
20+ ref : zig-0.13
1921 - name : Setup Zig
2022 uses : mlugg/setup-zig@v1.2.1
2123 with :
You can’t perform that action at this time.
0 commit comments