diff --git a/.github/workflows/build-test-verilator.yml b/.github/workflows/build-test-verilator.yml index 2bb70b97a..9dc46578b 100644 --- a/.github/workflows/build-test-verilator.yml +++ b/.github/workflows/build-test-verilator.yml @@ -21,7 +21,8 @@ env: jobs: # Verilator is always run outside of the Pull Request context. - # For Pull Requests, conditionally run based on evaluation + # For Pull Requests, conditionally run based on evaluation of + # modified file set evaluate_if_run: name: Evaluate if Verilator Will Run runs-on: ubuntu-22.04