simplify tests #48
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |