Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions .github/workflows/bpfcompat-example.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
name: bpfcompat-example

# Optional operator lane for environments that register a Linux x64 runner
# with KVM. Pull requests use bpfcompat-example-hosted instead; keeping this
# workflow manual prevents permanently queued jobs when no self-hosted runner
# is registered.
on:
workflow_dispatch:
pull_request:
paths:
- "cmd/**"
- "internal/**"
- "validator/**"
- "examples/**"
- "matrices/**"
- "vm/**"
- "action.yml"
- "Makefile"
- "go.mod"
- "go.sum"
- ".github/workflows/bpfcompat-example.yml"

permissions:
contents: read
Expand Down
Loading