Skip to content

Commit

Permalink
Run github workflow weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Apr 3, 2022
1 parent 4049147 commit 222f8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Continuous Integration
branches:
- master
schedule:
- cron: 38 11 * * *
- cron: 38 11 * * 6
jobs:
ubuntu:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ impl Flags {
on: WorkflowOn {
push: WorkflowEvents { branches: vec!["master".to_owned()] },
pull_request: WorkflowEvents { branches: vec!["master".to_owned()] },
schedule: vec![WorkflowSchedule { cron: "38 11 * * *".to_owned() }],
schedule: vec![WorkflowSchedule { cron: "38 11 * * 6".to_owned() }],
},
jobs: BTreeMap::new(),
};
Expand Down

0 comments on commit 222f8ec

Please sign in to comment.