From e861fb1f406567e80ada0c5af371a7003b7d7858 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Thu, 14 Dec 2023 14:37:55 -0500 Subject: [PATCH] Disable scheduled CI tasks 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. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cecc29ab..95366b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,6 @@ on: push: branches: - master - schedule: - - cron: "0 0 * * *" jobs: lint: