Skip to content

Commit f13e49b

Browse files
committed
test
1 parent d88f32b commit f13e49b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cron.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
else
5757
git checkout $branch
5858
fi
59-
export IDF_BRANCH=$branch
60-
./tools/check-deploy-needed.sh
59+
IDF_BRANCH=$branch source ./tools/check-deploy-needed.sh
6160
#if [ "$DEPLOY_NEEDED" == "1" ]; then
6261
echo "DEPLOY_NEEDED = $DEPLOY_NEEDED"
6362
branches+="\"$branch\","

0 commit comments

Comments
 (0)