Skip to content

Commit

Permalink
Update update-generated-schema.yml
Browse files Browse the repository at this point in the history
danner26 authored Sep 26, 2023
1 parent dfe35c8 commit 68e18ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-generated-schema.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 68e18ab

Please sign in to comment.