Skip to content

Commit 6715f82

Browse files
committed
updated PR automation Slow run to avoid executing all the optional containers
1 parent 987765d commit 6715f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
if: contains(github.base_ref, 'master')
8585
run: |
8686
cp docker/env_file_integrations_template docker/env_file_integrations
87-
./start ci up --all_analyzers -- --build -d
87+
./start ci up --malware_tools_analyzers --phishing_analyzers -- --build -d
8888
env:
8989
DOCKER_BUILDKIT: 1
9090
BUILDKIT_PROGRESS: "plain"

0 commit comments

Comments
 (0)