mosscomp / moss

A computer for human beings.
https://mosscomp.com
Apache License 2.0
42 stars 2 forks source link

Only run verilator when rtl or sim changes #22

Closed hasheddan closed 3 years ago

hasheddan commented 3 years ago

Modifies CI workflow to only run when the rtl or sim directories have diffs.

Signed-off-by: hasheddan georgedanielmangum@gmail.com

Fixes #20

hasheddan commented 3 years ago

It looks like skipping CI either using path matching or [skip ci] does not allow for skipping required checks. For now, while traffic on this repo is relatively minimal and sim is lightweight, we will continue to run verilator on every PR.