From 7fabb6178589c3dfc71f8f1bebe17efd6a5f20f4 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Fri, 16 Feb 2024 16:29:18 +0000 Subject: [PATCH] Don't run GitHub Actions tests on a schedule (#4) --- .github/workflows/testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3151d151..3fef859f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -6,8 +6,6 @@ on: - v1 pull_request: workflow_dispatch: - schedule: - - cron: "5 1 * * *" jobs: test: