Skip to content

Commit

Permalink
[securitySolution/cypress] temporarily limit to PRs
Browse files Browse the repository at this point in the history
(cherry picked from commit 1c5dc63)
  • Loading branch information
spalger committed Dec 29, 2020
1 parent 2ceb34e commit d6771b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vars/tasks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ def functionalXpack(Map params = [:]) {
'x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/',
'x-pack/plugins/triggers_actions_ui/public/application/context/actions_connectors_context.tsx',
]) {
task(kibanaPipeline.functionalTestProcess('xpack-securitySolutionCypress', './test/scripts/jenkins_security_solution_cypress.sh'))
if (githubPr.isPr()) {
task(kibanaPipeline.functionalTestProcess('xpack-securitySolutionCypress', './test/scripts/jenkins_security_solution_cypress.sh'))
}
}
}
}
Expand Down

0 comments on commit d6771b3

Please sign in to comment.