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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 5cde01bc chore: run link validator on schedule (#564)
5cde01bc is described below
commit 5cde01bc21711ef6cd1eb04935aefe78f933587e
Author: Arnout Engelen <[email protected]>
AuthorDate: Thu Dec 11 09:28:56 2025 +0100
chore: run link validator on schedule (#564)
---
.github/workflows/link-validator.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 6cce2268..1012389b 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -8,15 +8,17 @@
name: Link Validator
+permissions: {}
+
on:
- pull_request:
workflow_dispatch:
schedule:
- - cron: '0 6 * * 1'
+ - cron: '0 6 * * 1'
jobs:
validate-links:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
+ if: github.repository == 'apache/pekko-grpc'
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]