We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67adb09 commit 4ca87b1Copy full SHA for 4ca87b1
tools/cron.sh
@@ -1,10 +1,5 @@
1
#!/bin/bash
2
3
-if [ ! "$GITHUB_EVENT_NAME" == "schedule" ]; then
4
- echo "Wrong event '$GITHUB_EVENT_NAME'!"
5
- exit 1
6
-fi
7
-
8
if [ -z "$TARGETS" ]; then
9
TARGETS="all"
10
fi
0 commit comments