Skip to content

Commit 63f6b48

Browse files
authored
chore: Only run deploy_template after deploy_image has been completed.
This resolves #7662
1 parent 79ab72f commit 63f6b48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dogfood.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
cache-from: type=registry,ref=codercom/oss-dogfood:latest
5050
cache-to: type=inline
5151
deploy_template:
52+
needs: deploy_image
53+
if: ${{ needs.deploy_image.result == 'success' || needs.deploy_image.result == 'skipped' }}
5254
runs-on: ubuntu-latest
5355
steps:
5456
- name: Checkout

0 commit comments

Comments
 (0)