We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e756563 commit 8dc3c99Copy full SHA for 8dc3c99
.github/workflows/pr-deploy.yaml
@@ -73,7 +73,6 @@ jobs:
73
74
build:
75
needs: pr_commented
76
- if: false
77
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
78
env:
79
DOCKER_CLI_EXPERIMENTAL: "enabled"
@@ -121,8 +120,7 @@ jobs:
121
120
122
deploy:
123
needs: [build, pr_commented]
124
- # if: needs.build.result == 'success'
125
- if: always() && needs.build.result == 'success' || needs.build.result == 'skipped'
+ if: needs.build.result == 'success'
126
runs-on: "ubuntu-latest"
127
128
CODER_IMAGE_TAG: ${{ needs.pr_commented.outputs.CODER_IMAGE_TAG }}
0 commit comments