diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index e0a57909a37d8..912242051fe10 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -13,6 +13,8 @@ on: - opened - reopened - edited + # For jobs that don't run on draft PRs. + - ready_for_review # Only run one instance per PR to ensure in-order execution. concurrency: pr-${{ github.ref }}