File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1029,7 +1029,9 @@ jobs:
1029
1029
run : rm -f /tmp/{apple_cert.p12,apple_cert_password.txt,apple_apikey.p8}
1030
1030
1031
1031
check-build :
1032
- # This job runs make build to verify compilation on PRs
1032
+ # This job runs make build to verify compilation on PRs.
1033
+ # The build doesn't get signed, and is not suitable for usage, unlike the
1034
+ # `build` job that runs on main.
1033
1035
needs : changes
1034
1036
if : needs.changes.outputs.go == 'true' && github.ref != 'refs/heads/main'
1035
1037
runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
Original file line number Diff line number Diff line change @@ -2564,7 +2564,7 @@ func TestWorkspaceUpdateAutostart(t *testing.T) {
2564
2564
},
2565
2565
{
2566
2566
name : "invalid schedule" ,
2567
- schedule : ptr .Ref ("asdfa asdf asdf " ),
2567
+ schedule : ptr .Ref ("asdf asdf asdf " ),
2568
2568
expectedError : `validate weekly schedule: expected schedule to consist of 5 fields with an optional CRON_TZ=<timezone> prefix` ,
2569
2569
},
2570
2570
{
You can’t perform that action at this time.
0 commit comments