We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8ad6f commit 977b168Copy full SHA for 977b168
.github/workflows/ci.yaml
@@ -499,7 +499,7 @@ jobs:
499
working-directory: site
500
501
test-e2e:
502
- runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04' || 'ubuntu-latest' }}
+ runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || 'ubuntu-latest' }}
503
needs: changes
504
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
505
timeout-minutes: 20
0 commit comments