ci: Fix typo (#29421)

Marshall Bowers created

This PR fixes a small typo in a comment added in #29420.

Release Notes:

- N/A

Change summary

.github/workflows/eval.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/eval.yml 🔗

@@ -25,7 +25,7 @@ env:
   ZED_EVAL_TELEMETRY: 1
 
 jobs:
-  # This is a no-op job that we run to prevent GitHub from making the workflow
+  # This is a no-op job that we run to prevent GitHub from marking the workflow
   # as failed for PRs that don't have the `run-eval` label.
   noop:
     name: No-op