Skip to content

Commit

Permalink
Relax CI schedule (#91)
Browse files Browse the repository at this point in the history
* remove scheduling

* relax
  • Loading branch information
kampersanda authored Sep 30, 2023
1 parent 8ab52b5 commit 3ac2d84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: build

on:
schedule:
- cron: '0 0 * * *'
# Run every Monday at 00:00 UTC.
- cron: '0 0 * * 1'
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @kampersanda

0 comments on commit 3ac2d84

Please sign in to comment.