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

fanningpj pushed a commit to branch link-validator
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git

commit 34cc84983477dcf52b7fce8224b844a7076524cd
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 16 15:10:21 2023 +0100

    re-enable link-validator workflow
---
 .github/workflows/link-validator.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index 03a377644..2599456bf 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -1,12 +1,13 @@
 name: Link Validator
 
 on:
+  workflow_dispatch:
   schedule:
     - cron:  '0 6 * * 1'
 
 jobs:
   validate-links:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Checkout
         uses: actions/checkout@v3
@@ -28,6 +29,5 @@ jobs:
       - name: sbt site
         run: sbt docs/makeSite
 
-# TODO: Fix after documentation updates
-#      - name: Run Link Validator
-#        run: cs launch net.runne::site-link-validator:0.2.2 -- 
scripts/link-validator.conf
+      - name: Run Link Validator
+        run: cs launch net.runne::site-link-validator:0.2.2 -- 
scripts/link-validator.conf


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

Reply via email to