Skip to content

Commit

Permalink
Update and rename azureml-ci.yml to azureml-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss authored Oct 22, 2019
1 parent 96b6033 commit 794ffd0
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ on:
- 'code/**'

jobs:
training:
name: Model Training
train-and-deploy:
name: Model Training and Deployment
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Check Out Repository
uses: actions/checkout@master

- uses: azure/actions/login@master
- name: Azure Login
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down

0 comments on commit 794ffd0

Please sign in to comment.