feat: Add offline scaling support for background ddl with arrangement backfill #68231
This file contains 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: License checker | |
on: | |
push: | |
branches: | |
- main | |
- "forks/*" | |
pull_request: | |
branches: | |
- main | |
- "v*.*.*-rc" | |
merge_group: | |
types: [checks_requested] | |
jobs: | |
license-header-check: | |
runs-on: ubuntu-latest | |
name: license-header-check | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check License Header | |
uses: apache/skywalking-eyes@69f34abb75ec4e414b593ac3f34228b60e33f97b |