Skip to content

Commit 02b2b0e

Browse files
authored
Merge pull request #45 from Azure/code-check
[WIP][patch] CI minor fix
2 parents e4be590 + 9e7a384 commit 02b2b0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
pre-commit:
6060
name: pre-commit
6161
runs-on: ubuntu-latest
62+
env:
63+
SKIP: no-commit-to-branch
6264
steps:
6365
- uses: actions/checkout@v3
6466
- uses: actions/setup-python@v3

.github/workflows/smoke-testing-azureml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
creds: ${{secrets.AZURE_CREDENTIALS}}
2727
- name: Configure default azureml workspace
2828
run: |
29-
az configure --defaults group=${{secrets.RESOURCE_GROUP}} workspace=${{secrets.WORKSPACE_NAME}} location=${{secrets.LOCATION}}
29+
az configure --defaults group=${{secrets.GROUP}} workspace=${{secrets.WORKSPACE}} location=${{secrets.LOCATION}}
3030
- name: Job for model training
3131
run: |
3232
az ml job create -f train.yml --stream

0 commit comments

Comments
 (0)