We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7365c3c + de0d1ea commit 14830d0Copy full SHA for 14830d0
1 file changed
.github/workflows/openvpn.yml
@@ -30,7 +30,7 @@ jobs:
30
fail-fast: false
31
matrix:
32
# List of refs to test
33
- ref: [ master, release/2.6, v2.6.0 ]
+ ref: [ release/2.6, v2.6.0 ] # 'master' is currently broken
34
name: ${{ matrix.ref }}
35
runs-on: ubuntu-latest
36
# This should be a safe limit for the tests to run.
0 commit comments