mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
revert: improve flag interpretation for install.sh (#9566)
This commit is contained in:
@@ -512,7 +512,8 @@ jobs:
|
||||
test-e2e:
|
||||
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
|
||||
needs: changes
|
||||
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
|
||||
# if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
|
||||
if: false
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -691,7 +692,7 @@ jobs:
|
||||
- test-go-pg
|
||||
- test-go-race
|
||||
- test-js
|
||||
- test-e2e
|
||||
# - test-e2e
|
||||
- offlinedocs
|
||||
# Allow this job to run even if the needed jobs fail, are skipped or
|
||||
# cancelled.
|
||||
|
||||
Reference in New Issue
Block a user