mirror of
https://github.com/meirwah/awesome-incident-response.git
synced 2024-10-01 01:06:19 -04:00
added cron schedule to check URLs action
This commit is contained in:
parent
a7a868093c
commit
fa3e1ed088
8
.github/workflows/check_urls.yml
vendored
8
.github/workflows/check_urls.yml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: Check URLs
|
name: Check URLs
|
||||||
on: [pull_request, push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '25 5 * * 6'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-urls:
|
check-urls:
|
||||||
@ -11,4 +15,4 @@ jobs:
|
|||||||
- uses: urlstechie/urlchecker-action@master
|
- uses: urlstechie/urlchecker-action@master
|
||||||
with:
|
with:
|
||||||
file_types: .md
|
file_types: .md
|
||||||
exclude_files: 'dfirtrack_main/tests/'
|
retry_count: 3
|
||||||
|
1
.github/workflows/lint_readme.yml
vendored
1
.github/workflows/lint_readme.yml
vendored
@ -1,5 +1,4 @@
|
|||||||
name: Lint Readme
|
name: Lint Readme
|
||||||
|
|
||||||
on: [pull_request, push]
|
on: [pull_request, push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user