Skip to content

Fix video CLS netting +10 lighthouse points (#2750) #546

Fix video CLS netting +10 lighthouse points (#2750)

Fix video CLS netting +10 lighthouse points (#2750) #546

name: Nala Tests on CircleCI
on:
push:
branches:
- stage
jobs:
trigger-circleci:
name: Trigger CircleCI Job
if: github.repository == 'adobecom/milo'
runs-on: [self-hosted, Linux, X64]
steps:
- run: |
curl -X POST 'https://circle.ci.adobe.com/api/v2/project/gh/wcms/nala/pipeline' \
-H 'Circle-Token: ${{ secrets.CCI_TOKEN }}' \
-H 'content-type: application/json' \
-d "{\"branch\":\"main\"}"