File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -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
# Necessary to push docker images to ghcr.io.
@@ -1131,7 +1131,6 @@ jobs:
1131
1131
JSIGN_PATH : /tmp/jsign-6.0.jar
1132
1132
1133
1133
- name : Build Linux Docker images
1134
- if : github.ref == 'refs/heads/main'
1135
1134
id : build-docker
1136
1135
env :
1137
1136
CODER_IMAGE_BASE : ghcr.io/coder/coder-preview
@@ -1187,7 +1186,7 @@ jobs:
1187
1186
prune-untagged : true
1188
1187
1189
1188
- name : Upload build artifacts
1190
- # if: github.ref == 'refs/heads/main'
1189
+ if : github.ref == 'refs/heads/main'
1191
1190
uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
1192
1191
with :
1193
1192
name : coder
You can’t perform that action at this time.
0 commit comments