Skip to content

Commit cc94f89

Browse files
committed
ci: skip private nuc eval
1 parent cace114 commit cc94f89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
test -f skills/flake.nix || { echo "FAIL: skills/flake.nix missing"; exit 1; }
3636
echo "All AGENTS.md references valid"
3737
38-
- name: Check NixOS configurations evaluate
38+
- name: Skip NixOS config eval
3939
run: |
40-
time nix eval .#nixosConfigurations.nuc.config.system.build.toplevel --apply 'x: "OK"'
40+
echo "Skipping nuc eval in CI; openclaw-workspace is private"
4141
4242
# Run flake checks on macOS (Darwin configurations)
4343
check-darwin:

0 commit comments

Comments
 (0)