Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: Only run deploy_template after deploy_image has been completed #7693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
run on success only.
  • Loading branch information
matifali committed May 26, 2023
commit a9b1e3955641923a0f4b655bcf4fbfa49b5313a9
1 change: 0 additions & 1 deletion .github/workflows/dogfood.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
cache-to: type=inline
deploy_template:
needs: deploy_image
if: ${{ needs.deploy_image.result == 'success' || needs.deploy_image.result == 'skipped' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down