Skip to content

Commit 36566e6

Browse files
committed
ci: disable nix job check
1 parent 42733a0 commit 36566e6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/nix.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
- run: nix build -L
2828

2929
check:
30-
if: always()
30+
# ⚠️ temporarly disable the Nix job for https://github.com/Simple-Robotics/nanoeigenpy/pull/40 ⚠️
31+
if: false
32+
# if: always()
33+
3134
name: check-macos-linux-nix
3235

3336
needs:

0 commit comments

Comments
 (0)