perf: split large io by flush_io_size in the new model #1869
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" | |
jobs: | |
license-header-check: | |
runs-on: ubuntu-latest | |
name: license-header-check | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
persist-credentials: false | |
- name: Check License Header | |
uses: apache/skywalking-eyes/header@v0.6.0 |