Skip to content

azurerm_databricks_workspace: Fix disabling default firewall #7367

azurerm_databricks_workspace: Fix disabling default firewall

azurerm_databricks_workspace: Fix disabling default firewall #7367

---
name: Breaking Schema Changes
permissions:
contents: read
pull-requests: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/breaking-change-detection.yaml'
- 'vendor/**'
- 'internal/**.go'
concurrency:
group: 'breakingChange-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
detect:
runs-on: custom-linux-small
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: ./.go-version
- run: bash ./scripts/run-breaking-change-detection.sh