Skip to content

Smoke tests

Smoke tests #10

Workflow file for this run

name: On pull request
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
smoke_tests:
uses: ./.github/workflows/smoke_tests.yml