@@ -1018,7 +1018,7 @@ jobs:
1018
1018
needs :
1019
1019
-changes
1020
1020
-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
1022
1022
runs-on :${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-22.04' }}
1023
1023
permissions :
1024
1024
packages :write # Needed to push images to ghcr.io
@@ -1128,6 +1128,7 @@ jobs:
1128
1128
JSIGN_PATH :/tmp/jsign-6.0.jar
1129
1129
1130
1130
-name :Build Linux Docker images
1131
+ if :github.ref == 'refs/heads/main'
1131
1132
id :build-docker
1132
1133
env :
1133
1134
CODER_IMAGE_BASE :ghcr.io/coder/coder-preview
@@ -1183,7 +1184,7 @@ jobs:
1183
1184
prune-untagged :true
1184
1185
1185
1186
-name :Upload build artifacts
1186
- if :github.ref == 'refs/heads/main'
1187
+ # if: github.ref == 'refs/heads/main'
1187
1188
uses :actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
1188
1189
with :
1189
1190
name :coder