Update update-generated-schema.yml

This commit is contained in:
Daniel W. Anner 2023-09-26 11:45:59 -04:00 committed by GitHub
parent dfe35c85b4
commit 68e18ab734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
name: Gather New NetBox Generated Schema JSON
on:
schedule:
- cron: '30 4 * * *'
- cron: '0 * * * *'
jobs:
stale:
runs-on: ubuntu-latest
@ -61,4 +61,4 @@ jobs:
with:
name: 'SCHEMA_VERSION'
value: ${{ steps.netbox-release.outputs.release }}
if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}
if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}