mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-21 23:06:40 +01:00
try self-hosted runner for static IP
This commit is contained in:
parent
7ecee66e1d
commit
0d92386e5b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/make_files_tree.yml
vendored
8
.github/workflows/make_files_tree.yml
vendored
|
@ -24,10 +24,10 @@ jobs:
|
|||
os: macos-12
|
||||
|
||||
- mode: web_res
|
||||
os: ubuntu-20.04
|
||||
os: self-hosted
|
||||
|
||||
- mode: web_tr
|
||||
os: ubuntu-20.04
|
||||
os: self-hosted
|
||||
|
||||
- mode: server
|
||||
os: ubuntu-20.04
|
||||
|
@ -35,8 +35,8 @@ jobs:
|
|||
- mode: client
|
||||
os: macos-12
|
||||
|
||||
- mode: mini_app
|
||||
os: ubuntu-20.04
|
||||
# - mode: mini_app
|
||||
# os: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue