Skip to content

Fix test failures on SLOB / tiny #196

Fix test failures on SLOB / tiny

Fix test failures on SLOB / tiny #196

Workflow file for this run

name: Pull Request CI
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
jobs:
test:
uses: ./.github/workflows/ci.yml

Check failure on line 13 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / Pull Request CI

Invalid workflow file

The workflow is not valid. In .github/workflows/pull_request.yml (Line: 13, Col: 11): Error from called workflow osandov/drgn/.github/workflows/ci.yml@40a6f25bb822e6395ba382afc528fdc61ad95562 (Line: 75, Col: 14): Unrecognized named-value: 'input'. Located at position 1 within expression: input.test_all_kernel_flavors && '-F' || ''
if: ${{ github.event.action != 'labeled' || github.event.label.name == 'test-all-python-versions' }}
with:
test_all_python_versions: ${{ contains(github.event.pull_request.labels.*.name, 'test-all-python-versions') }}
test_all_kernel_flavors: ${{ contains(github.event.pull_request.labels.*.name, 'test-all-kernel-flavors') }}