From de0d1ea1e7571fa0653375ea82f8a586ab1431a5 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Thu, 8 Feb 2024 13:52:32 -0500 Subject: [PATCH] Temporarily disable OpenVPN-master test --- .github/workflows/openvpn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openvpn.yml b/.github/workflows/openvpn.yml index f29acd61c..4f4fe2bd5 100644 --- a/.github/workflows/openvpn.yml +++ b/.github/workflows/openvpn.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: # List of refs to test - ref: [ master, release/2.6, v2.6.0 ] + ref: [ release/2.6, v2.6.0 ] # 'master' is currently broken name: ${{ matrix.ref }} runs-on: ubuntu-latest # This should be a safe limit for the tests to run.