Skip to content

Commit

Permalink
Uses hosted rather than private runners for provider builds
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Feb 20, 2024
1 parent b761746 commit 2e44c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
provider-build:
name: "${{ matrix.provider }}"
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 120
needs: scoping
if: ${{ needs.scoping.outputs.build_list != '[]' }}
Expand Down

0 comments on commit 2e44c85

Please sign in to comment.