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
steps:
- name: Tune GitHub-hosted runner network
# https://github.com/actions/runner-images/issues/1187
uses: smorimoto/tune-github-hosted-runner-network@v1
# - 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:

View File

@ -16,9 +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
# - 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