From 1c6887b5bf8b9156bc4531d03bd13dbcd4b8414f Mon Sep 17 00:00:00 2001 From: adisbladis Date: Sat, 8 Jan 2022 21:14:05 +1300 Subject: [PATCH] ci: Remove cron schedules We're using a pinned auto-updater workflow instead which is deterministic. --- .github/workflows/test-flakes.yml | 2 -- .github/workflows/test.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/test-flakes.yml b/.github/workflows/test-flakes.yml index 8b8d29f..ea6de78 100644 --- a/.github/workflows/test-flakes.yml +++ b/.github/workflows/test-flakes.yml @@ -4,8 +4,6 @@ on: push: branches: - main - schedule: - - cron: '51 2 * * *' jobs: tests: strategy: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce115e5..44c6488 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,8 +4,6 @@ on: push: branches: - main - schedule: - - cron: '51 2 * * *' jobs: tests: strategy: