net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and sha… #648
This file contains hidden or 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: Trigger Automated kernel build and test (multi-arch) | |
| on: | |
| push: | |
| branches: | |
| - '*_ciqlts9_4' | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| branches: | |
| - '**' | |
| - '!mainline' | |
| concurrency: | |
| group: kernel-ci-${{ github.event.pull_request.head.ref || github.ref_name }} | |
| cancel-in-progress: true | |
| jobs: | |
| kernelCI: | |
| if: | | |
| github.event_name == 'push' || | |
| github.event.pull_request.head.repo.full_name != github.repository || | |
| github.event.action != 'opened' | |
| uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@main | |
| secrets: inherit |