Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only fuzz test PRs that run the test suite
This adds a `paths` restriction on the CIFuzz job to avoid the situation where a PR that doesn't modify anything that causes the usual tests to run on it would still run fuzz tests. (This should still have CIFuzz run even when the only change a PR makes is to adjust how CI fuzzing itself works, because one of the patterns is matched by any change to any CI workflow file.)
- Loading branch information