Update latest-release-monitor.yml

This commit is contained in:
Jackson Kearl 2020-06-02 19:13:02 -07:00 committed by GitHub
parent f8410b439e
commit 1df3bc6372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: Latest Release Monitor name: Latest Release Monitor
on: on:
schedule: schedule:
- cron: 0/10 * * * * - cron: 0 * * * *
jobs: jobs:
main: main:
@ -15,6 +15,7 @@ jobs:
ref: v19 ref: v19
- name: Install Actions - name: Install Actions
run: npm install --production --prefix ./actions run: npm install --production --prefix ./actions
- name: Install Storage Module
run: npm install @azure/storage-blob run: npm install @azure/storage-blob
- name: Run Latest Release Monitor - name: Run Latest Release Monitor
uses: ./actions/latest-release-monitor uses: ./actions/latest-release-monitor