Parcourir la source

Disable NetBSD CI

Jeroen van Rijn il y a 1 an
Parent
commit
c5ed7083d2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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: