Skip to content

Release 5.0.0

Release 5.0.0 #1

Workflow file for this run

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