Skip to content

CloudSQL instances with auto disk resizing fail to update on the first try but succeed on retrying #393

CloudSQL instances with auto disk resizing fail to update on the first try but succeed on retrying

CloudSQL instances with auto disk resizing fail to update on the first try but succeed on retrying #393

# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
env:
GH_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
upgrade_provider:
if: ${{ (github.event.issue.user.login == 'pulumi-bot' && contains(github.event.issue.title, 'Upgrade terraform-provider-')) || github.event_name == 'workflow_dispatch' }}
name: upgrade-provider
runs-on: ubuntu-latest
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected]
with:
kind: all
email: [email protected]
username: pulumi-bot
name: Upgrade provider
on:
issues:
types:
- opened
workflow_dispatch: {}