Skip to content

Commit

Permalink
github actions: run once per day
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Jun 25, 2020
1 parent 1ef4fbf commit f17cf82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Rust

on:
push:
branches: [master]
# NOTE: temporarily disabled because on-push currently uses up too many resources
# push:
# branches: [master]
schedule:
- cron: '0 21 * * *'
pull_request:
branches: [master]

Expand Down

0 comments on commit f17cf82

Please sign in to comment.