mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-25 08:47:37 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/5 * * * '
|
- cron: '*/5 * * * * '
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue