File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -383,12 +383,7 @@ jobs:
383
383
test-cli :
384
384
runs-on : ${{ matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'depot-macos-latest' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-16-cores' || matrix.os }}
385
385
needs : changes
386
-
387
-
388
- # TODO: reenable condition
389
-
390
-
391
- # if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
386
+ if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
392
387
strategy :
393
388
matrix :
394
389
os :
Original file line number Diff line number Diff line change @@ -13,15 +13,7 @@ permissions:
13
13
jobs :
14
14
test-go-pg :
15
15
runs-on : ${{ matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'depot-macos-latest' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-16-cores' || matrix.os }}
16
-
17
-
18
- # TODO: re-enable main check!
19
-
20
-
21
-
22
-
23
-
24
- # if: github.ref == 'refs/heads/main'
16
+ if : github.ref == 'refs/heads/main'
25
17
# This timeout must be greater than the timeout set by `go test` in
26
18
# `make test-postgres` to ensure we receive a trace of running
27
19
# goroutines. Setting this to the timeout +5m should work quite well
You can’t perform that action at this time.
0 commit comments