github: update build.yml

This commit is contained in:
Mateusz Słodkowicz 2023-05-19 02:13:33 +02:00
parent b0cc7e61c1
commit d1e2e9002e
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 2 additions and 3 deletions

View File

@ -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/<your_githubname>/nur-packages/settings/secrets
cachixName:
- <YOUR_CACHIX_NAME>
- nixerus
nixPath:
- nixpkgs=channel:nixos-unstable
- nixpkgs=channel:nixpkgs-unstable