From 0e1db55fc4c049849044653be1f264be0966cda0 Mon Sep 17 00:00:00 2001 From: Philipp Walter Date: Fri, 27 Feb 2026 14:39:33 +0100 Subject: [PATCH] chore: run workflows on PR ready --- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/e2e-tests.yml | 1 + .github/workflows/integration-tests.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- .github/workflows/validate-translations.yml | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index ad6dcfe1d..899ee3d90 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -2,7 +2,7 @@ name: Claude Code Review on: pull_request: - types: [opened, synchronize, ready_for_review, reopened] + types: [opened, synchronize, reopened, ready_for_review] # Optional: Only run on specific file changes # paths: # - "src/**/*.ts" diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index edbe098f1..a0721c8a6 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -8,6 +8,7 @@ on: required: false default: "default-feature-branch" pull_request: + types: [opened, synchronize, reopened, ready_for_review] env: TERM: xterm-256color diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4112aa060..6c9eaa89e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -5,7 +5,7 @@ on: branches: [master] pull_request: branches: [master] - + types: [opened, synchronize, reopened, ready_for_review] workflow_dispatch: concurrency: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 20a1a4893..efa576830 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -4,7 +4,7 @@ on: push: branches: [master] pull_request: - + types: [opened, synchronize, reopened, ready_for_review] workflow_dispatch: concurrency: diff --git a/.github/workflows/validate-translations.yml b/.github/workflows/validate-translations.yml index fdeae66dc..a83481cc2 100644 --- a/.github/workflows/validate-translations.yml +++ b/.github/workflows/validate-translations.yml @@ -5,6 +5,7 @@ on: branches: [master] pull_request: branches: [master] + types: [opened, synchronize, reopened, ready_for_review] jobs: validate: