mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-21 23:06:40 +01:00
fix cron
This commit is contained in:
parent
8ca0e3e859
commit
b04697d045
1 changed files with 1 additions and 1 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 to files
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/5 * * * '
|
||||
- cron: '*/5 * * * * '
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Reference in a new issue