Skip to content

Commit d2c54b3

Browse files
committed
test CI
1 parent 85e2a6a commit d2c54b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 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
packages: write # Needed to push images to ghcr.io
@@ -1128,6 +1128,7 @@ jobs:
11281128
JSIGN_PATH: /tmp/jsign-6.0.jar
11291129

11301130
- name: Build Linux Docker images
1131+
if: github.ref == 'refs/heads/main'
11311132
id: build-docker
11321133
env:
11331134
CODER_IMAGE_BASE: ghcr.io/coder/coder-preview
@@ -1183,7 +1184,7 @@ jobs:
11831184
prune-untagged: true
11841185

11851186
- name: Upload build artifacts
1186-
if: github.ref == 'refs/heads/main'
1187+
#if: github.ref == 'refs/heads/main'
11871188
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
11881189
with:
11891190
name: coder

0 commit comments

Comments
 (0)