Skip to content

Commit 58487f2

Browse files
authored
Revert "Allow exhaustive tests to be triggered by org members (#18616)" (#18692)
This reverts commit 337d2e4.
1 parent 8b02b4d commit 58487f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ spec:
607607
build_tags: false
608608
filter_enabled: true
609609
filter_condition: >-
610-
build.pull_request.id != null
610+
build.creator.name == 'elasticmachine' && build.pull_request.id != null
611611
cancel_intermediate_builds: true
612612
skip_intermediate_builds: true
613613
teams:

0 commit comments

Comments
 (0)