Skip to content

Commit

Permalink
Merge pull request #256 from Manishearth/on-schedule
Browse files Browse the repository at this point in the history
Run github workflows every day at midnight
  • Loading branch information
Munksgaard authored May 22, 2022
2 parents d1a2509 + 72f9776 commit fc29651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * *'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit fc29651

Please sign in to comment.