Skip to content

Commit a43b3aa

Browse files
committed
test
1 parent eb8f08b commit a43b3aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cron.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
# │ │ │ │ │
1313
# * * * * *
1414
- cron: '0 */6 * * *'
15+
workflow_dispatch:
1516

1617
defaults:
1718
run:
@@ -59,9 +60,9 @@ jobs:
5960
fi
6061
export IDF_BRANCH=$branch
6162
source ./tools/check-deploy-needed.sh
62-
if [ "$DEPLOY_NEEDED" == "1" ]; then
63+
#if [ "$DEPLOY_NEEDED" == "1" ]; then
6364
branches+="\"$branch\","
64-
fi
65+
#fi
6566
done
6667
6768
branches="${branches%,}]"

0 commit comments

Comments
 (0)