File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919
2020jobs :
2121 prod :
22- if : github.ref == 'refs/heads/master ' # Ensures it runs only if the main branch is tagged
22+ if : github.ref == 'refs/heads/main ' # Ensures it runs only if the main branch is tagged
2323 concurrency : mlops_demo-prod-bundle-job
2424 runs-on : ubuntu-latest
2525 steps :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ include:
1818 - ./resources/ml-artifacts-resource.yml
1919 - ./resources/model-workflow-resource.yml
2020 - ./resources/feature-engineering-workflow-resource.yml
21- # can only be run once a scoring is done (predictions table exists).
21+ # TODO can only be done once batch inference is run (predictions table exists).
2222 # - ./resources/monitoring-resource.yml
2323
2424# Deployment Target specific values for workspace
You can’t perform that action at this time.
0 commit comments