[MWPW-160730] - Project Red logo update for adobecom and bacom (#3112) #732
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\"}" |