We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e4006 commit a5413b5Copy full SHA for a5413b5
1 file changed
.github/workflows/_tests.yaml
@@ -28,7 +28,8 @@ jobs:
28
if: >-
29
${{
30
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'apify') ||
31
- (github.event_name == 'push' && github.ref == 'refs/heads/master')
+ (github.event_name == 'push' && github.ref == 'refs/heads/master') ||
32
+ github.event_name == 'workflow_dispatch'
33
}}
34
35
strategy:
@@ -85,7 +86,8 @@ jobs:
85
86
87
88
89
90
91
92
93
0 commit comments