File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ jobs:
635
635
# to main branch. We are only building this for amd64 platform. (>95% pulls
636
636
# are for amd64)
637
637
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'
639
639
runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
640
640
env :
641
641
DOCKER_CLI_EXPERIMENTAL : " enabled"
@@ -783,7 +783,7 @@ jobs:
783
783
deploy-wsproxies :
784
784
runs-on : ubuntu-latest
785
785
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
787
787
steps :
788
788
- name : Checkout
789
789
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments