Skip to content

Proposal: contrib/bpf_inspect.py: disas bpf prog with capstone #195

Proposal: contrib/bpf_inspect.py: disas bpf prog with capstone

Proposal: contrib/bpf_inspect.py: disas bpf prog with capstone #195

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