We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9baecf9 commit 09b7b90Copy full SHA for 09b7b90
.github/workflows/ci.yaml
@@ -677,8 +677,7 @@ jobs:
677
678
build:
679
# This builds and publishes ghcr.io/coder/coder-preview:main for each commit
680
- # to main branch. We are only building this for amd64 platform. (>95% pulls
681
- # are for amd64)
+ # to main branch.
682
needs: changes
683
if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
684
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
0 commit comments