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