8000 Revert "test CI" · coder/coder@5d9c439 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d9c439

Browse files
committed
Revert "test CI"
This reverts commit d2c54b3.
1 parent 35dc760 commit 5d9c439

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ jobs:
10181018
needs:
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
10221022
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-22.04' }}
10231023
permissions:
10241024
# Necessary to push docker images to ghcr.io.
@@ -1131,7 +1131,6 @@ jobs:
11311131
JSIGN_PATH: /tmp/jsign-6.0.jar
11321132

11331133
- name: Build Linux Docker images
1134-
if: github.ref == 'refs/heads/main'
11351134
id: build-docker
11361135
env:
11371136
CODER_IMAGE_BASE: ghcr.io/coder/coder-preview
@@ -1187,7 +1186,7 @@ jobs:
11871186
prune-untagged: true
11881187

11891188
- name: Upload build artifacts
1190-
#if: github.ref == 'refs/heads/main'
1189+
if: github.ref == 'refs/heads/main'
11911190
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
11921191
with:
11931192
name: coder

0 commit comments

Comments
 (0)
0