Browse Source

Disable NetBSD CI

Jeroen van Rijn 1 year ago
parent
commit
c5ed7083d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

@@ -3,6 +3,7 @@ on: [push, pull_request, workflow_dispatch]
 
 jobs:
   build_netbsd:
+    if: false
     name: NetBSD Build, Check, and Test
     runs-on: ubuntu-latest
     steps: