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 583c213 commit 37cb2ecCopy full SHA for 37cb2ec
.github/workflows/pr-deploy.yaml
@@ -122,7 +122,7 @@ jobs:
122
deploy:
123
needs: [build, pr_commented]
124
# if: needs.build.result == 'success'
125
- if: true
+ if: always() && needs.build.result == 'success' || needs.build.result == 'skipped'
126
runs-on: "ubuntu-latest"
127
env:
128
CODER_IMAGE_TAG: ${{ needs.pr_commented.outputs.CODER_IMAGE_TAG }}
0 commit comments