Update monitoring_link.yml
This commit is contained in:
parent
0eb5fc0191
commit
27f630e334
8
.github/workflows/monitoring_link.yml
vendored
8
.github/workflows/monitoring_link.yml
vendored
@ -1,16 +1,18 @@
|
|||||||
on:
|
on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
schedule:
|
|
||||||
# Run at 12:00 in working days
|
schedule:
|
||||||
|
# Run at 12:00 in working days
|
||||||
- cron: 0 12 * * 0-5
|
- cron: 0 12 * * 0-5
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Validate links
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Push changes
|
- name: Validate links
|
||||||
uses: ad-m/report-link-action@master
|
uses: ad-m/report-link-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user