Skip to content

Commit

Permalink
Run the external-link-check workflow once a week on Sunday at 00h42 U…
Browse files Browse the repository at this point in the history
…TC and not nightly anymore #75

Signed-off-by: Yacine Kheddache <[email protected]>
  • Loading branch information
yada committed Jul 1, 2024
1 parent aaf1691 commit f021fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/external-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
# This event will only trigger a workflow run if the workflow file is on the default branch.
# ucomment the following line if you want to run the workflow manually
# workflow_dispatch:
# Run every day at 00h42 UTC (0:42 AM UTC aka 1:42 AM CEST with daylight saving time)
# Run once a week on Sunday at 00h42 UTC (0:42 AM UTC aka 1:42 AM CEST with daylight saving time)
schedule:
- cron: "42 0 * * *"
- cron: "42 0 * * 0"

jobs:
linkChecker:
Expand Down

0 comments on commit f021fc2

Please sign in to comment.