cron
(cherry picked from commit 9c7cae2a9ef9c039f820c03456b204a1227140a5)
This commit is contained in:
parent
43e6c8020d
commit
70cb4bb1d8
|
@ -1,6 +1,8 @@
|
|||
name: Create Board Firmware
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '10 17 * * *' # build fresh every 5:10 PM
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
name: Update rusEFI Reference
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '5 17 * * *' # update rusEFI reference daily at 5:05 pm
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue