You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When triggering via comment, we ONLY want to run pipelines that match the trigger phrase, regardless of labels, etc
148
-
if(process.env["GITHUB_PR_TRIGGER_COMMENT"]){
147
+
// When triggering via the "run elasticsearch-ci/step-name" comment, we ONLY want to run pipelines that match the trigger phrase, regardless of labels, etc
148
+
// However, if we're using the overall CI trigger "[buildkite] test this [please]", we should use the regular filters above
0 commit comments