Skip to content

Commit ce8346a

Browse files
committed
ready
1 parent ded32a3 commit ce8346a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ jobs:
635635
# to main branch. We are only building this for amd64 platform. (>95% pulls
636636
# are for amd64)
637637
needs: changes
638-
# if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false'
638+
if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false'
639639
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
640640
env:
641641
DOCKER_CLI_EXPERIMENTAL: "enabled"
@@ -783,7 +783,7 @@ jobs:
783783
deploy-wsproxies:
784784
runs-on: ubuntu-latest
785785
needs: build
786-
# if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
786+
if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
787787
steps:
788788
- name: Checkout
789789
uses: actions/checkout@v4

0 commit comments

Comments
 (0)