Skip to content

Commit afa229d

Browse files
authored
test
1 parent 0f3723e commit afa229d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
deploy:
122122
needs: [build, pr_commented]
123-
if: needs.build.result == 'success' || needs.build.result == 'skipped' # TODO remove before merging
123+
if: always() && (needs.build.result == 'success' || needs.build.result == 'skipped') # TODO remove before merging
124124
runs-on: "ubuntu-latest"
125125
env:
126126
CODER_IMAGE_TAG: ${{ needs.pr_commented.outputs.CODER_IMAGE_TAG }}

0 commit comments

Comments
 (0)