Skip to content

Commit

Permalink
Update update-generated-schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danner26 authored Sep 26, 2023
1 parent 6d5d374 commit e171af3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/update-generated-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit e171af3

Please sign in to comment.