revert: improve flag interpretation for install.sh (#9566)

This commit is contained in:
Kayla Washburn
2023-09-07 05:29:52 +00:00
committed by GitHub
parent 2dae60038a
commit bfff88d2d3
3 changed files with 34 additions and 172 deletions
+3 -2
View File
@@ -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.