From 2bb16257571245be434a893a62c2ece80af82ae6 Mon Sep 17 00:00:00 2001 From: Maximous Black Date: Mon, 4 May 2020 13:58:08 +0530 Subject: [PATCH 1/2] Fixed "on already defined" --- .github/workflows/validate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 85b8441..71fb1b9 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,5 +1,3 @@ -on: [push] - name: Check Markdown links # https://github.com/marketplace/actions/markdown-link-check on: From 222b4a7bc44c8ec234a0a5ba71674189ff5edd2f Mon Sep 17 00:00:00 2001 From: Maximous Black Date: Mon, 4 May 2020 14:04:39 +0530 Subject: [PATCH 2/2] changed the time interval to run checks Bots don't get weekends if this creates a issue with your monthly GitHub Actions quota, please notify me and I'll change it back --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 71fb1b9..86f34de 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -5,7 +5,7 @@ on: branches: - master schedule: - - cron: 0 12 * * 0-5 + - cron: 0 12 * * * jobs: markdown-link-check: