Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#26 from rbuysse/cron-builds
Browse files Browse the repository at this point in the history
Trigger builds at 10am UTC
  • Loading branch information
rbuysse committed Aug 18, 2021
2 parents 965385f + ee2eef6 commit 5d4f577
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 5d4f577

Please sign in to comment.