Skip to content

Commit d5fc1cf

Browse files
authored
final test
1 parent d5a21aa commit d5fc1cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-deploy.yaml

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

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

0 commit comments

Comments
 (0)