Skip to content

Commit

Permalink
Let go for it, final test before prod
Browse files Browse the repository at this point in the history
  • Loading branch information
yada committed May 5, 2024
1 parent fdece9d commit e79df67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: External Link Check
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 22h42 UTC (10:42 PM UTC aka 11:42 PM CEST without daylight saving time)
# workflow_dispatch:
# Run every day at 00h42 UTC (0:42 AM UTC aka 1:42 AM CEST with daylight saving time)
schedule:
- cron: "*/10 * * * *"
- cron: "42 0 * * *"

jobs:
linkChecker:
Expand Down

0 comments on commit e79df67

Please sign in to comment.