From d44a7db4dbdf7f2dbc63d92efbac4cc8db2310b4 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 08:51:27 +0000 Subject: [PATCH] ci: run integration and e2e tests on workflow_dispatch --- .github/workflows/_tests.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_tests.yaml b/.github/workflows/_tests.yaml index 15aeb15b..8999b61e 100644 --- a/.github/workflows/_tests.yaml +++ b/.github/workflows/_tests.yaml @@ -28,7 +28,8 @@ jobs: if: >- ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'apify') || - (github.event_name == 'push' && github.ref == 'refs/heads/master') + (github.event_name == 'push' && github.ref == 'refs/heads/master') || + github.event_name == 'workflow_dispatch' }} strategy: @@ -85,7 +86,8 @@ jobs: if: >- ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'apify') || - (github.event_name == 'push' && github.ref == 'refs/heads/master') + (github.event_name == 'push' && github.ref == 'refs/heads/master') || + github.event_name == 'workflow_dispatch' }} strategy: