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
on:
push:
branches: master
# schedule:
# - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * *'
jobs:
generate:

View File

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

View File

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