This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
commit 468dcfe1006cbc86930b4f9e8938c4e0711f852b Author: PJ Fanning <[email protected]> AuthorDate: Wed Nov 12 21:57:02 2025 +0100 stop running link validator on PRs --- .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]
