Skip to content

Commit a5413b5

Browse files
Pijukatelclaude
andauthored
ci: run integration and e2e tests on workflow_dispatch (#880)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent b2e4006 commit a5413b5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/_tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
if: >-
2929
${{
3030
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'apify') ||
31-
(github.event_name == 'push' && github.ref == 'refs/heads/master')
31+
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
32+
github.event_name == 'workflow_dispatch'
3233
}}
3334
3435
strategy:
@@ -85,7 +86,8 @@ jobs:
8586
if: >-
8687
${{
8788
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'apify') ||
88-
(github.event_name == 'push' && github.ref == 'refs/heads/master')
89+
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
90+
github.event_name == 'workflow_dispatch'
8991
}}
9092
9193
strategy:

0 commit comments

Comments
 (0)