promptdojo_

GitHub Actions for model checks — what a green check does and doesn't mean — step 4 of 7

A workflow YAML has three top-level parts: name, the trigger, and jobs. Fill in the key that decides WHEN the workflow runs — the one you'd set to [pull_request] so the gate fires before merge, not after.

Key: