mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Schedule link checker action (#2050)
Runs at 12:30 UTC on Mon, Tue, Wed, Thu and Fri
This commit is contained in:
parent
6ef8c78e06
commit
6e52718eab
2
.github/workflows/check_links.yaml
vendored
2
.github/workflows/check_links.yaml
vendored
@ -2,6 +2,8 @@ name: Check links
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '30 12 * * 1-5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
|
Loading…
Reference in New Issue
Block a user