File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -239,8 +239,8 @@ jobs:
239
239
240
240
test-go :
241
241
runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-4vcpu-ubuntu-2204' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xl' || matrix.os == 'windows-2019' && github.repository_owner == 'coder' && 'windows-latest-8-cores' || matrix.os }}
242
- needs : changes
243
- if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
242
+ # needs: changes
243
+ # if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
244
244
timeout-minutes : 20
245
245
strategy :
246
246
fail-fast : false
@@ -311,8 +311,8 @@ jobs:
311
311
312
312
test-go-pg :
313
313
runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
314
- needs : changes
315
- if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
314
+ # needs: changes
315
+ # if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
316
316
# This timeout must be greater than the timeout set by `go test` in
317
317
# `make test-postgres` to ensure we receive a trace of running
318
318
# goroutines. Setting this to the timeout +5m should work quite well
@@ -363,8 +363,8 @@ jobs:
363
363
364
364
test-go-race :
365
365
runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
366
- needs : changes
367
- if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
366
+ # needs: changes
367
+ # if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
368
368
timeout-minutes : 25
369
369
steps :
370
370
- name : Checkout
You can’t perform that action at this time.
0 commit comments