mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
temp disable workflows
This commit is contained in:
parent
f366807411
commit
b9fc0ea79f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/make_files_tree.yml
vendored
2
.github/workflows/make_files_tree.yml
vendored
|
@ -2,7 +2,7 @@ name: Fetch new content of tracked links and files
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
- cron: '* * 5 * *'
|
||||
push:
|
||||
# trigger on updated linkbase
|
||||
branches:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue