From 68e18ab73422fdfa1e36f14a24cf5af91369fa0e Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Tue, 26 Sep 2023 11:45:59 -0400 Subject: [PATCH] Update update-generated-schema.yml --- .github/workflows/update-generated-schema.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}