Skip to content

Commit

Permalink
CI: do not tune network
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 12, 2024
1 parent 5fb9565 commit 18b5e44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-source-domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18b5e44

Please sign in to comment.