Skip to content

Develop to main for release #7

Develop to main for release

Develop to main for release #7

---
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