Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c983131

Browse filesBrowse files
lestevejeremiedbb
authored andcommitted
CI Trigger wheels build on workflow_dispatch (scikit-learn#29297)
1 parent feb5a7d commit c983131
Copy full SHA for c983131

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎build_tools/github/check_build_trigger.sh

Copy file name to clipboardExpand all lines: build_tools/github/check_build_trigger.sh
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COMMIT_MSG=$(git log --no-merges -1 --oneline)
77

88
# The commit marker "[cd build]" or "[cd build gh]" will trigger the build when required
99
if [[ "$GITHUB_EVENT_NAME" == schedule ||
10+
"$GITHUB_EVENT_NAME" == workflow_dispatch ||
1011
"$COMMIT_MSG" =~ \[cd\ build\] ||
1112
"$COMMIT_MSG" =~ \[cd\ build\ gh\] ]]; then
1213
echo "build=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.