Browse Source

CI: do not tune network

SukkaW 1 year ago
parent
commit
18b5e44000
2 changed files with 6 additions and 6 deletions
  1. 3 3
      .github/workflows/check-source-domain.yml
  2. 3 3
      .github/workflows/main.yml

+ 3 - 3
.github/workflows/check-source-domain.yml

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

+ 3 - 3
.github/workflows/main.yml

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