temp disable workflows

This commit is contained in:
Il'ya (Marshal) 2022-05-13 11:27:17 +02:00
parent f366807411
commit b9fc0ea79f
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: '* * * * *'
- cron: '* * 5 * *'
push:
# trigger on updated linkbase
branches:

View file

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