enable periodically runs of workflows

This commit is contained in:
Il'ya (Marshal) 2022-05-13 12:49:33 +02:00
parent c79a2f95d4
commit 998cd9832b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: Fetch new content of tracked links and files
on:
schedule:
- cron: '* * 5 * *'
- cron: '* * * * *'
push:
# trigger on updated linkbase
branches:

View file

@ -2,7 +2,7 @@ name: Generate or update list of tracked links
on:
schedule:
- cron: '* * 5 * *'
- cron: '* * * * *'
push:
# trigger on updated link crawler rules
branches: