Skip to content

Commit 1a0784c

Browse files
committed
ci: disable nix job check
1 parent 59e8cc3 commit 1a0784c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.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)