From d1e2e9002e550bc2376433c79a459fa9510c26ee Mon Sep 17 00:00:00 2001 From: materus Date: Fri, 19 May 2023 02:13:33 +0200 Subject: [PATCH] github: update build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13c8346..a0d6941 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,13 +3,12 @@ on: pull_request: push: branches: - - main - master schedule: # rebuild everyday at 2:51 # 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: '51 2 * * *' + - cron: '20 4 * * *' jobs: tests: strategy: @@ -32,7 +31,7 @@ jobs: # Github found at # https://github.com//nur-packages/settings/secrets cachixName: - - + - nixerus nixPath: - nixpkgs=channel:nixos-unstable - nixpkgs=channel:nixpkgs-unstable