Skip to content

Commit

Permalink
cron
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 1, 2024
1 parent 250db94 commit 9c7cae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Create Board Firmware

on:
schedule:
- cron: '10 17 * * *' # build fresh every 5:10 PM
push:
pull_request:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-rusefi-reference.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Update rusEFI Reference

on:
schedule:
- cron: '5 17 * * *' # update rusEFI reference daily at 5:05 pm
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9c7cae2

Please sign in to comment.