cron
This commit is contained in:
parent
250db94c6a
commit
9c7cae2a9e
|
@ -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