Skip to content

MWPW-141639 If Target is enabled on a page, using martech=off turns o… #25

MWPW-141639 If Target is enabled on a page, using martech=off turns o…

MWPW-141639 If Target is enabled on a page, using martech=off turns o… #25

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\"}"