(node/foreman.cp) increase vlan1201|CDS-ARCH-DDS dhcp pool to 150 ips #9510
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
--- | |
# yamllint disable rule:quoted-strings | |
name: markdownlint | |
"on": | |
push: | |
branches: | |
- production | |
- cp_production | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref_name }} | |
cancel-in-progress: true | |
jobs: | |
markdownlint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run mdl | |
uses: actionshub/markdownlint@main |