Skip to content
name: Test run pull request action
on:
workflow_dispatch:
push:
jobs:
call-pull-request:
uses: ./.github/workflows/pull-request.yml

Check failure on line 9 in .github/workflows/test-pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-pull-request.yml" -> "./.github/workflows/pull-request.yml" (source branch with sha:ea147c5126c4bf9378a74277087e8984953be7ac) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit
env:
LOG_LEVEL: ${{ inputs.logLevel || 'DEBUG' }}