MWPW-153810 media image is seen loaded twice in product page urls in … #495
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\"}" |