Skip to content

Commit f71c562

Browse files
committed
Try workaround for flaky network in GitHub hosted runners
actions/runner-images#1187
1 parent e60f60b commit f71c562

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
permissions:
4040
contents: read
4141
steps:
42+
- name: Tune GitHub-hosted runner network
43+
uses: smorimoto/tune-github-hosted-runner-network@v1
4244
- name: Setup PostgreSQL
4345
uses: ikalnytskyi/action-setup-postgres@v4
4446
with:
@@ -181,6 +183,8 @@ jobs:
181183
permissions:
182184
contents: read
183185
steps:
186+
- name: Tune GitHub-hosted runner network
187+
uses: smorimoto/tune-github-hosted-runner-network@v1
184188
- name: Setup .NET
185189
uses: actions/setup-dotnet@v3
186190
with:
@@ -234,6 +238,8 @@ jobs:
234238
permissions:
235239
contents: read
236240
steps:
241+
- name: Tune GitHub-hosted runner network
242+
uses: smorimoto/tune-github-hosted-runner-network@v1
237243
- name: Setup .NET
238244
uses: actions/setup-dotnet@v3
239245
with:
@@ -277,6 +283,8 @@ jobs:
277283
packages: write
278284
contents: write
279285
steps:
286+
- name: Tune GitHub-hosted runner network
287+
uses: smorimoto/tune-github-hosted-runner-network@v1
280288
- name: Download artifacts
281289
uses: actions/download-artifact@v3
282290
- name: Publish to GitHub Packages

0 commit comments

Comments
 (0)