Skip to content

Commit

Permalink
Add tune-github-hosted-runner-network to work around CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 2, 2023
1 parent 94c1cc8 commit d2bba26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
product:
runs-on: ubuntu-latest
steps:
- uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/checkout@v3.5.3

- uses: ./.github/actions/setup-python
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/checkout@v3.5.3

- uses: ./.github/actions/setup-python
Expand Down Expand Up @@ -103,6 +105,7 @@ jobs:
needs: [product]
runs-on: ubuntu-latest
steps:
- uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/checkout@v3.5.3

- uses: ./.github/actions/setup-python
Expand Down Expand Up @@ -152,6 +155,7 @@ jobs:

runs-on: ${{ matrix.runs-on }}
steps:
- uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/checkout@v3.5.3

- uses: ./.github/actions/setup-python
Expand Down

0 comments on commit d2bba26

Please sign in to comment.