disable more beacons in CI

This commit is contained in:
xiongdian.me 2023-01-31 13:24:28 +08:00
parent b216f6d02f
commit 2433f2c562

View File

@ -45,6 +45,9 @@ post_beacon()
{
local beacon_type=$1
local meta=$2
if [[ -n "$CI" && "$beacon_type" != "gh.ci" && "$beacon_type" != "dfs.invalid-commit" && "$beacon_type" != "dfs.dirty" ]]; then
return
fi
if [[ -z "$beacon_type" ]]; then
fmt_fatal "beacon type is required"
fi