Skip to content

Runtime ci

Runtime ci #1392

Workflow file for this run

name: On Pull Request
on:
merge_group:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit