]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
gh actions el6 build: only do rec 9890/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 17 Dec 2020 19:29:57 +0000 (20:29 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 17 Dec 2020 19:29:57 +0000 (20:29 +0100)
.github/workflows/builder.yml

index eb0ece6f9f94e1505498e6fcd5863ad1d87fb143..be481194b2b9452c10f1db9d471ef963e59cd320 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-20.04
     strategy:
       matrix:
-        product: ['authoritative', 'recursor', 'dnsdist']
+        product: ['recursor']
     steps:
     - uses: actions/checkout@v2.3.4
       with: