This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 2968fc699e chore: only run link validator weekly (#2571)
2968fc699e is described below
commit 2968fc699e7268c573bb23600c504528055ed222
Author: Arnout Engelen <[email protected]>
AuthorDate: Thu Dec 11 10:19:29 2025 +0100
chore: only run link validator weekly (#2571)
---
.github/workflows/link-validator.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 81338b19f0..85c11e3f29 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -13,7 +13,7 @@ permissions: {}
on:
workflow_dispatch:
schedule:
- - cron: '0 6 * * *'
+ - cron: '0 6 * * 1'
jobs:
validate-links:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]