Skip to content

Commit

Permalink
Use Sdk runner for upgrade-bridge Workflow (#235)
Browse files Browse the repository at this point in the history
Attempt to fix runners running out of space on bridge upgrades.

See: https://github.com/pulumi/pulumi-oci/actions/runs/6387555747
  • Loading branch information
guineveresaenger authored Oct 12, 2023
2 parents 09b9a59 + a41d5e5 commit b000734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
jobs:
upgrade_provider:
name: upgrade-provider
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected]
Expand Down

0 comments on commit b000734

Please sign in to comment.