Skip to content

Commit 4ca87b1

Browse files
committed
fix
1 parent 67adb09 commit 4ca87b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/cron.sh

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
22

3-
if [ ! "$GITHUB_EVENT_NAME" == "schedule" ]; then
4-
echo "Wrong event '$GITHUB_EVENT_NAME'!"
5-
exit 1
6-
fi
7-
83
if [ -z "$TARGETS" ]; then
94
TARGETS="all"
105
fi

0 commit comments

Comments
 (0)