Skip to content

Commit

Permalink
disable cron job
Browse files Browse the repository at this point in the history
clippy regularly finds ways to improve the code, and that's a nuisance
while it's unclear where the project will go.
  • Loading branch information
Byron committed Nov 1, 2023
1 parent 3ed2c7e commit 4837e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
# schedule: [cron: "40 1 * * *"]

permissions:
contents: read
Expand Down

0 comments on commit 4837e50

Please sign in to comment.