|
@@ -4,8 +4,10 @@ name: link-check
|
|
|
|
|
|
# Controls when the workflow will run
|
|
# Controls when the workflow will run
|
|
on:
|
|
on:
|
|
|
|
+ # runs every monday at 9 am
|
|
schedule:
|
|
schedule:
|
|
- - cron: 0 0 * * 0 # once a week on sunday
|
|
|
|
|
|
+ - cron: "0 9 * * 1"
|
|
|
|
+
|
|
# Triggers the workflow on push or pull request events but only for the "master" branch
|
|
# Triggers the workflow on push or pull request events but only for the "master" branch
|
|
#push:
|
|
#push:
|
|
# branches: [ "master" ]
|
|
# branches: [ "master" ]
|