From 09b8c59913c025ed7d8fdc1b54bedc358b0d9658 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 17 Dec 2020 20:29:39 +0100 Subject: [PATCH] gh actions el6 build: only do auth --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index eb0ece6f9f..934081e27e 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - product: ['authoritative', 'recursor', 'dnsdist'] + product: ['authoritative'] steps: - uses: actions/checkout@v2.3.4 with: -- 2.47.2