Skip to content

Bump ip-address and socks in /e2e/embedding-sdk-host-apps/angular-20-host-app #135

Bump ip-address and socks in /e2e/embedding-sdk-host-apps/angular-20-host-app

Bump ip-address and socks in /e2e/embedding-sdk-host-apps/angular-20-host-app #135

name: Perf test command
on:
pull_request:
types: [ labeled ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
uberjar:
if: ${{ github.event.label.name == 'Run-perf' }}
uses: ./.github/workflows/uberjar.yml
secrets: inherit
run-perf-test:
needs: [uberjar]
if: ${{ github.event.label.name == 'Run-perf' }}
uses: ./.github/workflows/perf-test.yml
secrets: inherit