Skip to content

Commit

Permalink
update cicd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed May 13, 2024
1 parent e860acc commit 6e045cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: ls /home/runner/work/cicd/cicd

build_nd_push_dokr_img:
needs: download_model # previous stage must be successfully completed (job dependency)
needs: pull_latest_model # previous stage must be successfully completed (job dependency)
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6e045cf

Please sign in to comment.