diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index a29d660332e..73e3375cde5 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -2,7 +2,7 @@ name: Check work package version on: pull_request: - types: [labeled, synchronize] + types: [labeled, synchronize, ready_for_review] permissions: contents: read # to fetch code (actions/checkout)