Skip to content

MM-57882 Add metric for the time it takes to open the Threads list #6341

MM-57882 Add metric for the time it takes to open the Threads list

MM-57882 Add metric for the time it takes to open the Threads list #6341

Workflow file for this run

name: Web App CI PR
on:
pull_request:
paths:
- "webapp/**"
- "e2e-tests/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# This file just imports the template yml
# and runs it with concurrency. We have to do this in this way
# because the concurrency label cannot be added conditionally
# and it _always_ cancels pending workflows. So master CI builds
# always kept getting canceled.
jobs:
pr-ci:
uses: ./.github/workflows/webapp-ci-template.yml