Skip to content

Commit 7ae27a9

Browse files
committed
test
1 parent 942a252 commit 7ae27a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cron.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ jobs:
5353
matrix="{"
5454
5555
for branch in ${all_branches[@]}; do
56-
if [ "$branch" == "$LATEST_RELEASE_BRANCH" ]; then
56+
5757
git checkout master
58-
else
59-
git checkout $branch
60-
fi
6158
export IDF_BRANCH=$branch
6259
source ./tools/check-deploy-needed.sh
6360
#if [ "$DEPLOY_NEEDED" == "1" ]; then

0 commit comments

Comments
 (0)