Skip to content

Commit

Permalink
Change CFL jobs to trigger when .clusterfuzzlite/ is touched
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Nov 7, 2024
1 parent 41851aa commit 672379a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fuzz-continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
paths:
- '.clusterfuzzlite/**'
- '.github/workflows/fuzz-continuous.yml'
- 'benchmark/**'
- 'cmake/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fuzz-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ClusterFuzzLite PR fuzzing
on:
pull_request:
paths:
- '.clusterfuzzlite/**'
- '.github/workflows/fuzz-pr.yml'
- 'cmake/**'
- 'include/**'
Expand Down

0 comments on commit 672379a

Please sign in to comment.