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 54e0fd0 commit 3a481dfCopy full SHA for 3a481df
.github/workflows/ci.yaml
@@ -746,7 +746,8 @@ jobs:
746
# This build and publihes ghcr.io/coder/coder-preview:main for each merge commit to main branch.
747
# We are only building this for amd64 plateform. (>95% pulls are for amd64)
748
needs: changes
749
- if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false'
+ # if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false'
750
+ # uncomment the above line after verifying that the workflow works as expected
751
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
752
env:
753
DOCKER_CLI_EXPERIMENTAL: "enabled"
0 commit comments