Skip to content

Commit f1b54b9

Browse files
committed
Testing complete
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent e6761e6 commit f1b54b9

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,7 @@ jobs:
383383
test-cli:
384384
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 }}
385385
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'
392387
strategy:
393388
matrix:
394389
os:

.github/workflows/nightly-gauntlet.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,7 @@ permissions:
1313
jobs:
1414
test-go-pg:
1515
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'
2517
# This timeout must be greater than the timeout set by `go test` in
2618
# `make test-postgres` to ensure we receive a trace of running
2719
# goroutines. Setting this to the timeout +5m should work quite well

0 commit comments

Comments
 (0)