[charts-pro] Fix zoom pan issue when controlled #9947
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches-ignore: | |
| # Renovate branches are always Pull Requests. | |
| # We don't need to run CI twice (push+pull_request) | |
| - 'renovate/**' | |
| pull_request: | |
| permissions: {} | |
| jobs: | |
| continuous-releases: | |
| name: Continuous releases | |
| uses: mui/mui-public/.github/workflows/ci-base.yml@master | |
| with: | |
| node-version: '22.18.0' |