Skip to content

Merge pull request #1608 from lsst-it/IT-5294_disable_bt_rpi #9874

Merge pull request #1608 from lsst-it/IT-5294_disable_bt_rpi

Merge pull request #1608 from lsst-it/IT-5294_disable_bt_rpi #9874

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