Skip to content

Commit 385e165

Browse files
committed
fix
1 parent ebff86e commit 385e165

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/onpush.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
pipenv run curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sh
3434
pipenv run databricks --version
3535
36-
- name: Deploy on staging
37-
run: |
38-
make deploy-staging
36+
# - name: Deploy on staging
37+
# run: |
38+
# make deploy-staging
3939

40-
- name: Run on staging
41-
run: |
42-
make run-staging
40+
# - name: Run on staging
41+
# run: |
42+
# make run-staging
4343

4444
- name: Deploy on prod
4545
run: |

databricks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ targets:
4545
workspace:
4646
profile: prod
4747
root_path: /Shared/.bundle/prod/${bundle.name}
48-
run_as:
49-
# This runs as [email protected] in production. Alternatively,
50-
# a service principal could be used here using service_principal_name
51-
# (see Databricks documentation).
52-
user_name: [email protected]
48+
# run_as:
49+
# # This runs as [email protected] in production. Alternatively,
50+
# # a service principal could be used here using service_principal_name
51+
# # (see Databricks documentation).
52+
# user_name: [email protected]

0 commit comments

Comments
 (0)