Skip to content

Commit

Permalink
fix: fix release scripts (#7648)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
huangjw806 authored Feb 1, 2023
1 parent ff21f16 commit 1e97059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -euo pipefail

echo "--- Check env"
if [ "${BUILDKITE_SOURCE}" != "schedule" ] && [[ -z "${BINARY_NAME+x}" ]]; then
if [ "${BUILDKITE_SOURCE}" != "schedule" ] && [ "${BUILDKITE_SOURCE}" != "webhook" ] && [[ -z "${BINARY_NAME+x}" ]]; then
exit 0
fi

Expand Down

0 comments on commit 1e97059

Please sign in to comment.