We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6116776 commit 34a2ec8Copy full SHA for 34a2ec8
.github/workflows/ci.yaml
@@ -976,7 +976,7 @@ jobs:
976
- changes
977
- build-dylib
978
if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
979
- runs-on: "ubuntu-22.04"
+ runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-22.04' }}
980
permissions:
981
packages: write # Needed to push images to ghcr.io
982
env:
0 commit comments