CI: do not tune network

This commit is contained in:
SukkaW 2024-11-12 21:46:50 +08:00
parent 5fb9565537
commit 18b5e44000
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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