Skip to content

Commit

Permalink
loop ,d sleep
Browse files Browse the repository at this point in the history
Signed-off-by: jcleng <[email protected]>
  • Loading branch information
jcleng committed Jan 17, 2023
1 parent a1898ab commit dca7d53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ on:
description: 'SSH connection to Actions'
required: false
default: 'false'
# workflow_run:
# workflows: [nps2] # nps2完成之后会执行
# types:
# - completed
workflow_run:
workflows: [nps2] # nps2完成之后会执行
types:
- completed

env:
TZ: Asia/Shanghai
Expand All @@ -40,7 +40,7 @@ jobs:
run: |
wget https://github.com/ehang-io/nps/releases/download/v0.26.9/linux_amd64_client.tar.gz
tar xvf linux_amd64_client.tar.gz
sleep 180
# sleep 180
./npc -server=www.leng2011.icu:8024 -vkey=48u771dyiro8jn3z -type=tcp
# 使用:
# export http_proxy=socks5://www.leng2011.icu:6082
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nps2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ on:
description: 'SSH connection to Actions'
required: false
default: 'false'
# workflow_run:
# workflows: [nps] # nps完成之后会执行
# types:
# - completed
workflow_run:
workflows: [nps] # nps完成之后会执行
types:
- completed

env:
TZ: Asia/Shanghai
Expand All @@ -40,7 +40,7 @@ jobs:
run: |
wget https://github.com/ehang-io/nps/releases/download/v0.26.9/linux_amd64_client.tar.gz
tar xvf linux_amd64_client.tar.gz
sleep 180
# sleep 180
./npc -server=www.leng2011.icu:8024 -vkey=48u771dyiro8jn3z -type=tcp
# 使用:
# export http_proxy=socks5://www.leng2011.icu:6082
Expand Down

0 comments on commit dca7d53

Please sign in to comment.