This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 71c1300  stop running link validator on PRs (#362)
71c1300 is described below

commit 71c130034ec3a90118ce1b491d5e966602fcb839
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 12 23:12:58 2025 +0100

    stop running link validator on PRs (#362)
---
 .github/workflows/link-validator.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index 6c5037f..7443b26 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -3,9 +3,9 @@ name: Link Validator
 permissions: {}
 
 on:
-  pull_request:
+  workflow_dispatch:
   schedule:
-    - cron:  '0 6 * * 1'
+    - cron: '0 6 * * 1'
 
 jobs:
   validate-links:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to