Skip to content

Commit bba9563

Browse files
authored
Merge pull request #10811 from Calinou/ci-check-urls-on-schedule-only
CI: Check URLs on schedule only to reduce false positives
2 parents da75dd1 + 5bf9ef3 commit bba9563

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/check_urls.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: 🌐 Check URLs
22
on:
3-
push:
4-
pull_request:
53
schedule:
6-
# Every day at 18:00 UTC.
4+
# Every Friday at 16:27 UTC.
75
# URLs can decay over time. Setting up a schedule makes it possible to be warned
86
# about dead links as soon as possible.
9-
- cron: "0 18 * * *"
7+
- cron: "27 16 * * FRI"
108

119
jobs:
1210
check-urls:

0 commit comments

Comments
 (0)