Skip to content

Commit

Permalink
Fix CEL flake.lock test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Dec 6, 2024
1 parent 403cd8a commit b2a573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
nix develop -c \
cargo run -- \
--condition "supportedRefs.contains(gitRef) && numDaysOld < 30 && owner == 'NixOS'" \
--condition "supportedRefs.contains(gitRef) && numDaysOld > 30 && owner == 'NixOS'" \
./tests/flake.cel.0.lock
check-flake-dirty:
Expand Down

0 comments on commit b2a573d

Please sign in to comment.