chore: report stream chunk size as partition_input_bytes
for workload generator
#43341
Workflow file for this run
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@v3 | |
- name: Check License Header | |
uses: apache/skywalking-eyes@775fe1ffda59b7e100aa144d0ef8d7beae17f97d |