Skip to content

Develop to main for release v5.2.1 #9

Develop to main for release v5.2.1

Develop to main for release v5.2.1 #9

---
name: "Pull Requests (main)"
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:
- "main"
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
full-integration: true