Skip to content

Commit

Permalink
ci: comment out daily cron job
Browse files Browse the repository at this point in the history
Temporarily disable the daily cron job to avoid
conflicts and streamline the CI pipeline.
  • Loading branch information
steebchen committed Oct 30, 2024
1 parent 15d781e commit 920157b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches: [main]
pull_request:
# Daily cron job used to clear and rebuild cache (https://github.com/Swatinem/rust-cache/issues/181).
schedule:
- cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'

# Limits workflow concurrency to only the latest commit in the PR.
concurrency:
Expand Down

0 comments on commit 920157b

Please sign in to comment.