Skip to content

FEAT: reeduce packet copying number #1076

FEAT: reeduce packet copying number

FEAT: reeduce packet copying number #1076

name: Load testing controller
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# Cancel in-progress runs only for PRs with 'no-load-testing' label
cancel-in-progress: ${{ !contains(github.event.pull_request.labels.*.name, 'needs-load-testing') }}
jobs:
load_testing_controller:
permissions:
contents: write
if: contains(github.event.pull_request.labels.*.name, 'needs-load-testing')
name: 'Load testing'
uses: ./.github/workflows/load_testing.yml

Check warning on line 23 in .github/workflows/load_testing_controller.yml

View workflow run for this annotation

GitHub Actions / Load testing controller

Workflow syntax warning

In .github/workflows/load_testing_controller.yml (Line: 23, Col: 11): Error from called workflow Cloud-Storage-Team/algnet/.github/workflows/load_testing.yml@ecc3001d38338cface08c6fbdb987a61320028e7 (Line: 123, Col: 11): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?