Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: limit continuous fuzzing to dev branch (#1101)
**Motivation:** given continuous fuzzing tests takes too long (currently ~2.5h ish), we wanna make it only run when a commit is merged to dev branch, instead of every PR change it should make the CI passes as a whole a lot faster, and save us huge money spent on github actions **Modifications:** make continuous fuzzing only run when a commit is merged to dev branch, instead of every PR change
- Loading branch information