Skip to content

Commit 43ee6fe

Browse files
committed
Merge branch 'ci/cron_optimization'
2 parents 7891ec2 + 1172aea commit 43ee6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
IDF_BRANCH: ${{ inputs.idf_branch }}
140140
run: |
141141
git checkout ${{ env.IDF_BRANCH }} || echo "Using master branch"
142-
if [ ! "$GITHUB_EVENT_NAME" == "schedule" ]; then
142+
if [ ! "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]; then
143143
echo "Wrong event '$GITHUB_EVENT_NAME'!"
144144
exit 1
145145
fi

0 commit comments

Comments
 (0)