We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1fb69 commit 65dc61cCopy full SHA for 65dc61c
ci/linkcheck.sh
@@ -8,7 +8,7 @@ set_github_token() {
8
}
9
10
# https://docs.github.com/en/actions/reference/environment-variables
11
-if [ "$GITHUB_EVENT_NAME" = "schedule" ] ; then # running in scheduled job
+if [ true ] ; then # running in scheduled job
12
FLAGS=""
13
USE_TOKEN=1
14
0 commit comments