Temporarily disable OpenVPN-master test

This commit is contained in:
Andras Fekete
2024-02-08 13:52:32 -05:00
parent 5b5f0ff32c
commit de0d1ea1e7

View File

@@ -30,7 +30,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
# List of refs to test # 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 }} name: ${{ matrix.ref }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
# This should be a safe limit for the tests to run. # This should be a safe limit for the tests to run.