mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-18 11:36:09 +00:00
Run Link liveness checker via cron job
This commit is contained in:
parent
b61d3b77a9
commit
a323e0eba0
3
.github/workflows/validate-links.yml
vendored
3
.github/workflows/validate-links.yml
vendored
@ -8,6 +8,9 @@
|
||||
name: "Link Liveness Checker"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # Sunday midnight UTC
|
||||
push:
|
||||
branches: [master, main]
|
||||
pull_request:
|
||||
|
Loading…
Reference in New Issue
Block a user