Commit 1cdca2624e for openssl.org

commit 1cdca2624e65accddcc6e6f46c3cc65098991929
Author: Tomas Mraz <tomas@openssl.foundation>
Date:   Fri Sep 4 09:32:27 2026 +0200

    Make the extended tests CI jobs run on ready_for_review

    This allows avoiding full CI re-run by the otherwise necessary
    close & reopen of the PR to re-run these jobs.

    Reviewed-by: Paul Dale <paul.dale@oracle.com>
    Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
    Merge-date: Wed Sep 16 08:55:22 2026
    Merged-from: https://github.com/openssl/openssl/pull/32679

diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index 67483113f3..9f32de5232 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -9,6 +9,7 @@ name: Cross Compile

 on:
   pull_request:
+    types: [opened, synchronize, reopened, ready_for_review]
     paths-ignore:
       - 'doc/**'
       - '*.md'
diff --git a/.github/workflows/prov-compat-label.yml b/.github/workflows/prov-compat-label.yml
index 163b910ace..9a30874c0c 100644
--- a/.github/workflows/prov-compat-label.yml
+++ b/.github/workflows/prov-compat-label.yml
@@ -12,6 +12,7 @@ name: Provider compatibility for PRs

 on:
   pull_request:
+    types: [opened, synchronize, reopened, ready_for_review]
     paths-ignore:
       - 'doc/**'
       - '*.md'