Add the ability to run drgn against the live kernel as non-root user #43
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') }} |