Commit b4632c0
chore: only run fuzzers on certain file changes (#9246)
The `bazel-run-fuzzers` takes ~8 minutes. We shouldn't need to wait for
that if no code that's an input to that job has changed. So this adds a
condition to the steps to only run them if the following files have been
modified:
- `.github/workflows/ci-main.yml`
- `ci/container/TAG`
- `bin/fuzzing/run-all-fuzzers.sh`
- `**/BUILD.bazel`
- `**/*.bzl`
- `**/*.rs`
---------
Co-authored-by: venkkatesh-sekar <94061546+venkkatesh-sekar@users.noreply.github.com>1 parent df79439 commit b4632c0
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 | | |
| 54 | + | |
41 | 55 | | |
42 | 56 | | |
| 57 | + | |
43 | 58 | | |
44 | 59 | | |
45 | 60 | | |
46 | 61 | | |
47 | 62 | | |
| 63 | + | |
48 | 64 | | |
49 | 65 | | |
50 | 66 | | |
| |||
0 commit comments