Skip to content

LTM 1.6 housekeeping #1

LTM 1.6 housekeeping

LTM 1.6 housekeeping #1

Workflow file for this run

---
name: "Pull Requests (LTM 1.6)"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
on: # yamllint disable
pull_request:
branches:
- "ltm-1.6"
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
full-integration: true