Skip to content

(node/auxtel-hcu01.cp.lsst.org) add el9 network and tests #9255

(node/auxtel-hcu01.cp.lsst.org) add el9 network and tests

(node/auxtel-hcu01.cp.lsst.org) add el9 network and tests #9255

Workflow file for this run

---
# yamllint disable rule:quoted-strings
name: yamllint
"on":
push:
branches:
- production
- cp_production
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run yamllint
uses: bewuethr/yamllint-action@v1