Update GitHub Actions workflow: change cron schedule to 6:35 and update repository and Cachix names to 'chiasson'
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-25.05.tar.gz, chiasson) (push) Successful in 3m12s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz, chiasson) (push) Successful in 3m24s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz, chiasson) (push) Successful in 1m46s

This commit is contained in:
2026-01-09 15:39:03 -04:00
parent 39dd111b44
commit eb96132854
+4 -4
View File
@@ -6,10 +6,10 @@ on:
- main
- master
schedule:
# rebuild everyday at 2:51
# rebuild everyday at 6:35
# 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: '35 6 * * *'
workflow_dispatch:
jobs:
tests:
@@ -21,7 +21,7 @@ jobs:
# The repo name as used in
# https://github.com/nix-community/NUR/blob/master/repos.json
nurRepo:
- <YOUR_REPO_NAME>
- chiasson
# Set this to cache your build results in cachix for faster builds
# in CI and for everyone who uses your cache.
#
@@ -33,7 +33,7 @@ jobs:
# Github found at
# https://github.com/<your_githubname>/nur-packages/settings/secrets
cachixName:
- <YOUR_CACHIX_NAME>
- chiasson
nixPath:
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz