Skip to content

Revert "Fix workflow trigger for Python package version check" #12

Revert "Fix workflow trigger for Python package version check"

Revert "Fix workflow trigger for Python package version check" #12

name: Check Python package version numbers
on:
pull_request_target:
paths:
- '**/pyproject.toml'
- 'packages/**/__about__.py'
jobs:
check:
if: github.event.pull_request.head.repo.full_name == github.repository
uses: ./.github/workflows/reusable/check-python-package-versions.yaml'

Check failure on line 12 in .github/workflows/check-python-package-versions.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-python-package-versions.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
before_commit: ${{ github.event.pull_request.base.sha }}
after_commit: ${{ github.event.pull_request.head.sha }}