openvpn: T6374: only check TLS role for s2s if TLS is configured (backport #3541) #86
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Check pull request message format | |
on: | |
pull_request: | |
branches: | |
- current | |
- sagitta | |
- equuleus | |
permissions: | |
pull-requests: write | |
contents: read | |
jobs: | |
check-pr-title: | |
uses: vyos/.github/.github/workflows/check-pr-message.yml@feature/T6349-reusable-workflows | |
secrets: inherit |