switch back to cron (#2298)

This commit is contained in:
David Holdeman 2021-02-08 23:35:40 -06:00 committed by GitHub
parent 8042b6ddb2
commit 92f1725dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 12 deletions

View File

@ -1,10 +1,8 @@
name: Generate documentation name: Generate documentation
on: on:
push: schedule:
branches: master - cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'
jobs: jobs:
generate: generate:

View File

@ -1,10 +1,8 @@
name: Generate Interactive BOMs name: Generate Interactive BOMs
on: on:
push: schedule:
branches: master - cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'
jobs: jobs:
generate: generate:

View File

@ -1,10 +1,8 @@
name: Generate Interactive Pinouts name: Generate Interactive Pinouts
on: on:
push: schedule:
branches: master - cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'
jobs: jobs:
generate: generate: