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.
This commit is contained in:
parent
ec62dc7950
commit
5399368853
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -2,11 +2,6 @@ name: "Build and populate cache"
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
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:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user