Skip to content
name: "On Pull Request"
on:
pull_request:
branches: [ "prod", "dev" ]
jobs:
call-run-tests:
uses: "./.github/workflows/test.yml@${GITHUB_REF##*/}"

Check failure on line 10 in .github/workflows/on_pull_request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_pull_request.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows