From b1391bbb17f8e4f87a3e922ea0e376e10b2d3919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Mon, 17 Apr 2023 14:48:08 +0200 Subject: [PATCH] Move workflow broken link check --- .github/workflows/broken-link-check.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index b558104bba..043b7c800e 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -1,15 +1,13 @@ +name: Broken Link Check on: schedule: - cron: "0 0 * * *" # daily repository_dispatch: # run manually types: [check-link] - env: TARGET: https://nymtech.net/docs/ RECURSIVE: true ASSIGNEES: mfahampshire - -name: Broken Link Check jobs: check: name: Broken Link Check