Skip to content

libdrgn: aarch64: Rework page table walker to only read one PTE per l… #101

libdrgn: aarch64: Rework page table walker to only read one PTE per l…

libdrgn: aarch64: Rework page table walker to only read one PTE per l… #101

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') }}