Skip to content

Commit

Permalink
(CI) Change trigger time, run twice a day
Browse files Browse the repository at this point in the history
  • Loading branch information
elpekenin committed Feb 21, 2024
1 parent 983b677 commit 3d0c1d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/periodic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Periodic build against latest QMK

on:
schedule:
- cron: "0 12 * * *"
- cron: "0 11 * * *"
- cron: "0 23 * * *"
workflow_dispatch:

env:
Expand Down

0 comments on commit 3d0c1d7

Please sign in to comment.