8000 Commits pushed via api will not be built · python/python-docs-ja@e567afb · GitHub
[go: up one dir, main page]

Skip to content

Commit e567afb

Browse files
committed
Commits pushed via api will not be built
1 parent b75f03c commit e567afb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/determine-build-type

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ if [[ "${TRAVIS_EVENT_TYPE}" == "push" ]]; then
99
fi
1010
elif [[ "${TRAVIS_EVENT_TYPE}" == "pull_request" ]]; then
1111
echo pr
12+
elif [[ "${TRAVIS_EVENT_TYPE}" == "api" ]]; then
13+
# do not build
14+
echo ""
1215
elif [[ "${TRAVIS_EVENT_TYPE}" == "cron" ]]; then
1316
echo push
1417
fi

0 commit comments

Comments
 (0)
0