Skip to content

Commit 225cc19

Browse files
committed
undo
1 parent d201304 commit 225cc19

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,9 @@ jobs:
10291029
run: rm -f /tmp/{apple_cert.p12,apple_cert_password.txt,apple_apikey.p8}
10301030

10311031
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.
10331035
needs: changes
10341036
if: needs.changes.outputs.go == 'true' && github.ref != 'refs/heads/main'
10351037
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}

coderd/workspaces_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ func TestWorkspaceUpdateAutostart(t *testing.T) {
25642564
},
25652565
{
25662566
name: "invalid schedule",
2567-
schedule: ptr.Ref("asdfa asdf asdf "),
2567+
schedule: ptr.Ref("asdf asdf asdf "),
25682568
expectedError: `validate weekly schedule: expected schedule to consist of 5 fields with an optional CRON_TZ=<timezone> prefix`,
25692569
},
25702570
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy