From 6aab058a06d17d274befcc3c2bda62b381c27c43 Mon Sep 17 00:00:00 2001 From: Marcel Cruz Date: Mon, 27 Jun 2022 12:40:09 +0200 Subject: [PATCH] Update validate_links.yml --- .github/workflows/validate_links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate_links.yml b/.github/workflows/validate_links.yml index 33fef08..951515d 100644 --- a/.github/workflows/validate_links.yml +++ b/.github/workflows/validate_links.yml @@ -2,8 +2,8 @@ name: "Validate links" on: workflow_dispatch: - schedule: - - cron: '0 0 * * *' + # schedule: + # - cron: '0 0 * * *' env: FILENAME: README.md