We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4be590 + 9e7a384 commit 02b2b0eCopy full SHA for 02b2b0e
.github/workflows/code-quality.yml
@@ -59,6 +59,8 @@ jobs:
59
pre-commit:
60
name: pre-commit
61
runs-on: ubuntu-latest
62
+ env:
63
+ SKIP: no-commit-to-branch
64
steps:
65
- uses: actions/checkout@v3
66
- uses: actions/setup-python@v3
.github/workflows/smoke-testing-azureml.yml
@@ -26,7 +26,7 @@ jobs:
26
creds: ${{secrets.AZURE_CREDENTIALS}}
27
- name: Configure default azureml workspace
28
run: |
29
- az configure --defaults group=${{secrets.RESOURCE_GROUP}} workspace=${{secrets.WORKSPACE_NAME}} location=${{secrets.LOCATION}}
+ az configure --defaults group=${{secrets.GROUP}} workspace=${{secrets.WORKSPACE}} location=${{secrets.LOCATION}}
30
- name: Job for model training
31
32
az ml job create -f train.yml --stream
0 commit comments