diff --git a/.github/workflows/update-generated-schema.yml b/.github/workflows/update-generated-schema.yml index feb91b2fa1..0291da1269 100644 --- a/.github/workflows/update-generated-schema.yml +++ b/.github/workflows/update-generated-schema.yml @@ -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 }} \ No newline at end of file + if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}