Skip to content

Commit 8dc3c99

Browse files
committed
enable build job
1 parent e756563 commit 8dc3c99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373

7474
build:
7575
needs: pr_commented
76-
if: false
7776
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
7877
env:
7978
DOCKER_CLI_EXPERIMENTAL: "enabled"
@@ -121,8 +120,7 @@ jobs:
121120
122121
deploy:
123122
needs: [build, pr_commented]
124-
# if: needs.build.result == 'success'
125-
if: always() && needs.build.result == 'success' || needs.build.result == 'skipped'
123+
if: needs.build.result == 'success'
126124
runs-on: "ubuntu-latest"
127125
env:
128126
CODER_IMAGE_TAG: ${{ needs.pr_commented.outputs.CODER_IMAGE_TAG }}

0 commit comments

Comments
 (0)