Skip to content

simplify tests

simplify tests #48

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize]
name: run tests
jobs:
call_reusable_run_tests:
name: run tests
# Skip this workflow for Dependabot PRs - they use on_dependabot_pr.yml instead
if: github.actor != 'dependabot[bot]'
uses: ./.github/workflows/reusable_run_tests.yml
secrets: inherit