Skip to content

Commit

Permalink
chore(ci): fix nix flake show
Browse files Browse the repository at this point in the history
  • Loading branch information
wrvsrx committed Mar 1, 2024
1 parent 4a53838 commit 6705981
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: "Build and populate cache"
name: "Test nur build"
on:
pull_request:
push:
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 * * *'
jobs:
tests:
strategy:
Expand Down Expand Up @@ -46,7 +41,7 @@ jobs:
- name: Show flake metadata
run: nix flake metadata
- name: Show flake information
run: nix flake show
run: nix flake show --allow-import-from-derivation
- name: Check evaluation
run: nix flake check --no-build
- name: Build nix packages
Expand Down

0 comments on commit 6705981

Please sign in to comment.