Skip to content

Commit 4d52b1b

Browse files
authored
just for testing
1 parent b022f7b commit 4d52b1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272

7373
build:
7474
needs: pr_commented
75+
if: false # TODO remove before merging
7576
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
7677
env:
7778
DOCKER_CLI_EXPERIMENTAL: "enabled"
@@ -119,7 +120,7 @@ jobs:
119120
120121
deploy:
121122
needs: [build, pr_commented]
122-
if: needs.build.result == 'success'
123+
if: needs.build.result == 'success' || needs.build.result == 'skipped' # TODO remove before merging
123124
runs-on: "ubuntu-latest"
124125
env:
125126
CODER_IMAGE_TAG: ${{ needs.pr_commented.outputs.CODER_IMAGE_TAG }}

0 commit comments

Comments
 (0)