Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#2558)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
rollout-single-native-provider workflow in the pulumi/ci-mgmt repo, from
commit d86beeec34e2270595a9ec9d64824edebcd8de42.
  • Loading branch information
pulumi-bot authored Sep 8, 2023
1 parent 5be44a8 commit 8b5fad7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
status: ${{ job.status }}
build_sdks:
needs: prerequisites
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
status: ${{ job.status }}
build_sdks:
needs: prerequisites
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
status: ${{ job.status }}
build_sdks:
needs: prerequisites
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository
build_sdks:
needs: prerequisites
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 8b5fad7

Please sign in to comment.