mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-07 11:15:42 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '* * * * *'
|
- cron: '* * 5 * *'
|
||||||
push:
|
push:
|
||||||
# trigger on updated linkbase
|
# trigger on updated linkbase
|
||||||
branches:
|
branches:
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: Generate or update list of tracked links
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '* * * * *'
|
- cron: '* * 5 * *'
|
||||||
push:
|
push:
|
||||||
# trigger on updated link crawler rules
|
# trigger on updated link crawler rules
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in a new issue