Skip to content

helpers.linux.kernfs: add kernfs_children() and follow_symlinks support #253

helpers.linux.kernfs: add kernfs_children() and follow_symlinks support

helpers.linux.kernfs: add kernfs_children() and follow_symlinks support #253

Workflow file for this run

name: Pull Request CI
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
jobs:
test:
uses: ./.github/workflows/ci.yml
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') }}