Skip to content

Commit 3a481df

Browse files
committed
test
1 parent 54e0fd0 commit 3a481df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,8 @@ jobs:
746746
# This build and publihes ghcr.io/coder/coder-preview:main for each merge commit to main branch.
747747
# We are only building this for amd64 plateform. (>95% pulls are for amd64)
748748
needs: changes
749-
if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false'
749+
# 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
750751
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
751752
env:
752753
DOCKER_CLI_EXPERIMENTAL: "enabled"

0 commit comments

Comments
 (0)