From 27f630e33451621799c9e201152c6ed94dc89353 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Tue, 15 Oct 2019 01:36:51 +0200 Subject: [PATCH] Update monitoring_link.yml --- .github/workflows/monitoring_link.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/monitoring_link.yml b/.github/workflows/monitoring_link.yml index 8c5af02..e7d930b 100644 --- a/.github/workflows/monitoring_link.yml +++ b/.github/workflows/monitoring_link.yml @@ -1,16 +1,18 @@ on: branches: - - master - schedule: - # Run at 12:00 in working days + - master + +schedule: +# Run at 12:00 in working days - cron: 0 12 * * 0-5 jobs: build: + name: Validate links runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - name: Push changes + - name: Validate links uses: ad-m/report-link-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }}