Skip to content

Commit

Permalink
Trigger builds at 10am UTC
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
  • Loading branch information
rbuysse committed Aug 16, 2021
1 parent 965385f commit ee2eef6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@

name: CI

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "0 10 * * *"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit ee2eef6

Please sign in to comment.