From e171af3182e58627ebdedc28bd026a0accea91fd Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Tue, 26 Sep 2023 12:14:12 -0400 Subject: [PATCH] Update update-generated-schema.yml --- .github/workflows/update-generated-schema.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update-generated-schema.yml b/.github/workflows/update-generated-schema.yml index fe17f5bf10..3fe8c2814a 100644 --- a/.github/workflows/update-generated-schema.yml +++ b/.github/workflows/update-generated-schema.yml @@ -2,8 +2,8 @@ name: Gather New NetBox Generated Schema JSON on: workflow_dispatch: - # schedule: - # - cron: '0 * * * *' + schedule: + - cron: '0 */12 * * *' jobs: schema-update: runs-on: ubuntu-latest @@ -59,10 +59,10 @@ jobs: assignees: danner26 reviewers: danner26 if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }} - - name: Update Repository SCHEMA_VERSION - uses: action-pack/set-variable@v1 - with: - name: 'SCHEMA_VERSION' - value: ${{ steps.netbox-release.outputs.release }} - token: ${{ secrets.GITHUB_TOKEN }} - if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }} + # - name: Update Repository SCHEMA_VERSION + # uses: action-pack/set-variable@v1 + # with: + # name: 'SCHEMA_VERSION' + # value: ${{ steps.netbox-release.outputs.release }} + # token: ${{ secrets.GITHUB_TOKEN }} + # if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}