From 007e679f5f0cc147e249b2d75553f52d416d2315 Mon Sep 17 00:00:00 2001 From: Scott McIntyre Date: Fri, 15 Nov 2024 15:50:54 -0500 Subject: [PATCH] chore(workflows): remove scheduled CI run (#136) Co-authored-by: Jamie King --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf913a..3c49849 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,6 @@ on: push: branches: - main - schedule: - # At minute 0 past hour 0800 and 2000. - - cron: '0 8,20 * * *' jobs: commitlint: