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