From 5399368853f4f8d01e08e398dbf1375c15a4ff72 Mon Sep 17 00:00:00 2001 From: xeals Date: Thu, 23 Feb 2023 10:24:59 +1100 Subject: [PATCH] ci: disabled scheduled build Since we now pin nixpkgs to the same as the flake input, builds are deterministic from run to run and there's no point running when the version hasn't changed. --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f30ca02..3ba8654 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,11 +2,6 @@ name: "Build and populate cache" on: pull_request: push: - schedule: - # rebuild everyday at 6:50 - # TIP: Choose a random time here so not all repositories are build at once: - # https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new - - cron: '50 6 * * *' jobs: tests: strategy: