Skip to content

Commit 65dc61c

Browse files
committed
Test complete linkcheck
1 parent 4d1fb69 commit 65dc61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/linkcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set_github_token() {
88
}
99

1010
# https://docs.github.com/en/actions/reference/environment-variables
11-
if [ "$GITHUB_EVENT_NAME" = "schedule" ] ; then # running in scheduled job
11+
if [ true ] ; then # running in scheduled job
1212
FLAGS=""
1313
USE_TOKEN=1
1414

0 commit comments

Comments
 (0)