Skip to content

update workflows to better split up workflows and reusable tasks #1

update workflows to better split up workflows and reusable tasks

update workflows to better split up workflows and reusable tasks #1

name: Pull Requests
on:
workflow_dispatch:
pull_request:
merge_group:
concurrency:
group: "Pull Requests: ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/run_tests.yml
permissions:
contents: read
checks: write