mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
CI: tune network
This commit is contained in:
parent
aeb2303b89
commit
42e0cb5b9f
3
.github/workflows/check-source-domain.yml
vendored
3
.github/workflows/check-source-domain.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Tune GitHub-hosted runner network
|
||||
# https://github.com/actions/runner-images/issues/1187
|
||||
uses: smorimoto/tune-github-hosted-runner-network@v1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -16,6 +16,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Tune GitHub-hosted runner network
|
||||
# https://github.com/actions/runner-images/issues/1187
|
||||
uses: smorimoto/tune-github-hosted-runner-network@v1
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user