Increase mail_max_userip_connections for trusted connections (#138) #234
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: "Build API JSON Schema docs" | |
on: | |
push: | |
paths: | |
- '**/validate-input.json' | |
- '**/validate-output.json' | |
- '**/validator-definitions.json' | |
jobs: | |
build-apidoc: | |
uses: NethServer/ns8-github-actions/.github/workflows/build-apidoc.yml@v1 |