Skip to content

FEAT: implement the DCQCN #1059

FEAT: implement the DCQCN

FEAT: implement the DCQCN #1059

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@aff6cd718ab157d36d554c4c476d6e7d5abf5f48 (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 ${{ }}?