Skip to content

Commit 61bd473

Browse files
committed
test
test
1 parent 439df1d commit 61bd473

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cron.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ jobs:
5757
fi
5858
export IDF_BRANCH=$branch
5959
./tools/check-deploy-needed.sh
60-
if [ "$DEPLOY_NEEDED" == "1" ]; then
61-
branches+="\"$branch\","
62-
fi
60+
#if [ "$DEPLOY_NEEDED" == "1" ]; then
61+
echo "DEPLOY_NEEDED = $DEPLOY_NEEDED"
62+
branches+="\"$branch\","
63+
#fi
6364
done
6465
6566
branches="${branches%,}]"

0 commit comments

Comments
 (0)