Skip to content

Commit

Permalink
Disable scheduled CI tasks
Browse files Browse the repository at this point in the history
GitHub disables the workflow completely if you don't have any code changes for 60 days.
Unfortunately they don't only disable the scheduled trigger, but _all_ triggers, so CI wasn't running on PRs either.

Since this repo is mostly dormant, I'm turning off the schedule to prevent this happening in the future.
  • Loading branch information
zachmullen committed Dec 14, 2023
1 parent 35f6ab9 commit e861fb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- master
schedule:
- cron: "0 0 * * *"

jobs:
lint:
Expand Down

0 comments on commit e861fb1

Please sign in to comment.