From 3fcd9fb3b4d73d9d058d59336272ce72a850c4cd Mon Sep 17 00:00:00 2001 From: Caleb Whitehead Date: Wed, 22 Jan 2025 14:39:59 -0800 Subject: [PATCH] Clearer comment --- .github/workflows/build-test-verilator.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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