switch back to cron (#2298)
This commit is contained in:
parent
8042b6ddb2
commit
92f1725dd6
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue