switch back to cron (#2298)
This commit is contained in:
parent
8042b6ddb2
commit
92f1725dd6
|
@ -1,10 +1,8 @@
|
|||
name: Generate documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
name: Generate Interactive BOMs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
name: Generate Interactive Pinouts
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
|
Loading…
Reference in New Issue