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/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new bd0e1a950 re-enable link-validator workflow (#106)
bd0e1a950 is described below
commit bd0e1a9506bb29c08f8395bbf11b23ef9c7e709a
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 17 13:18:31 2023 +0100
re-enable link-validator workflow (#106)
---
.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]