Skip to content

Commit ceda1f8

Browse files
committed
updated configs
1 parent b9f1b36 commit ceda1f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mlops_demo-bundle-cd-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
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:

mlops_demo/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)