Skip to content

Isolate scheduled tests #1

Isolate scheduled tests

Isolate scheduled tests #1

Workflow file for this run

name: Test Changes
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
# Allow it to be manually triggered as well
workflow_dispatch:
jobs:
call-run-tests:
uses: ./.github/workflows/run-tests.yml

Check failure on line 17 in .github/workflows/test-changes.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-changes.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-changes.yml" -> "./.github/workflows/run-tests.yml" : No event triggers defined in `on`