File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments