From 5e326d8f6ea2048f93dcf208df64c7731e9cfa6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sat, 20 Jul 2024 16:01:19 +0200 Subject: [PATCH] [fix] ci: remove github's scheduled actions I'll run them on my own CI instead --- .github/workflows/check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 843dce7..bcaed0b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -6,8 +6,9 @@ on: - ./**.nix - ./flake.lock pull_request: - schedule: - - cron: 5 4 * * 5 # At 04:05 on Friday. + # scheduled runs are run on my own infrastructure + # schedule: + # - cron: 5 4 * * 5 # At 04:05 on Friday. jobs: check: