Skip to content

Commit

Permalink
Only trigger VM tests when bpf files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelroquetto committed Aug 27, 2024
1 parent 3f8cada commit bf00bf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Pull request integration tests on VM 5.15 x86_64
on:
push:
branches: [ 'main', 'release-*' ]
paths: [ 'bpf/**' ]
pull_request:
branches: [ 'main', 'release-*' ]
paths: [ 'bpf/**' ]

jobs:
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Pull request integration tests on VM 6.10 x86_64
on:
push:
branches: [ 'main', 'release-*' ]
paths: [ 'bpf/**' ]
pull_request:
branches: [ 'main', 'release-*' ]
paths: [ 'bpf/**' ]

jobs:
test:
Expand Down

0 comments on commit bf00bf7

Please sign in to comment.