elastic / ml-cpp

Machine learning C++ code
Other
7 stars 62 forks source link

[ML] Correct filter regex for Staging builds #2755

Closed edsavage closed 1 month ago

edsavage commented 1 month ago

Triggering a Staging build via a Github webhook requires a slight tweak to the branch filter regular expression.

Tested by briefly modifying the regex in Buildkite pipeline settings and pushing an empty commit to the 8.15 branch. Checking the Staging pipeline in Buildkite shows that a build was indeed triggered, see - https://buildkite.com/elastic/ml-cpp-staging-builds/builds/111

Relates #2717