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-persistence-cassandra.git


The following commit(s) were added to refs/heads/main by this push:
     new 861fcf2  Move link validator workflow to scheduled (#204)
861fcf2 is described below

commit 861fcf2fd11c9abd0a4ded06c3ebcddb4ac5c0be
Author: Arnout Engelen <[email protected]>
AuthorDate: Sat Jun 8 10:30:39 2024 +0200

    Move link validator workflow to scheduled (#204)
    
    Notifications of failed builds already go to
    https://lists.apache.org/[email protected]
    
    Related to https://github.com/apache/pekko/issues/1309
---
 .github/workflows/link-validator.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index 4ddf7a1..3bc3bd3 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -3,7 +3,6 @@ name: Link Validator
 permissions: {}
 
 on:
-  pull_request:
   workflow_dispatch:
   schedule:
     - cron: '0 6 * * 1'


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

Reply via email to