Browse Source

CI: tune network

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

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

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

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

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