@@ -1018,7 +1018,7 @@ jobs:
10181018needs :
10191019 -changes
10201020 -build-dylib
1021- if :github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
1021+ # if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
10221022runs-on :${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-22.04' }}
10231023permissions :
10241024packages :write # Needed to push images to ghcr.io
@@ -1128,6 +1128,7 @@ jobs:
11281128JSIGN_PATH :/tmp/jsign-6.0.jar
11291129
11301130 -name :Build Linux Docker images
1131+ if :github.ref == 'refs/heads/main'
11311132id :build-docker
11321133env :
11331134CODER_IMAGE_BASE :ghcr.io/coder/coder-preview
@@ -1183,7 +1184,7 @@ jobs:
11831184prune-untagged :true
11841185
11851186 -name :Upload build artifacts
1186- if :github.ref == 'refs/heads/main'
1187+ # if: github.ref == 'refs/heads/main'
11871188uses :actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
11881189with :
11891190name :coder