Exclude openvpn from url check due to cloudflare

This commit is contained in:
Rabenherz112 2023-09-10 12:21:21 +02:00 committed by GitHub
parent 78371515d3
commit 4b3831798c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,5 @@ steps:
source_files:
- licenses.yml
errors_are_fatal: True
exclude_regex: []
exclude_regex:
- '^https://community.openvpn.net/$' # DDoS protection page, always returns 403