Skip to content

Commit

Permalink
ci: change cargo-outdated workflow to run each sunday instead of ever…
Browse files Browse the repository at this point in the history
…y day

Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed Dec 9, 2024
1 parent 5e502e8 commit af36baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-outdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: outdated
on:
schedule: [{cron: "45 4 * * *"}]
schedule: [{cron: "45 4 * * 7"}]
jobs:
outdated:
name: Outdated
Expand Down

0 comments on commit af36baa

Please sign in to comment.