CI: tune network

This commit is contained in:
SukkaW 2024-11-09 00:43:00 +08:00
parent aeb2303b89
commit 42e0cb5b9f
2 changed files with 6 additions and 0 deletions

View File

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

View File

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