Skip to content

Commit

Permalink
[MWPW-163723] [NALA] Update Nala CircleCI Job to Manual Trigger (adob…
Browse files Browse the repository at this point in the history
…ecom#3317)

updating the job to manual trigger

Co-authored-by: Santoshkumar Sharanappa Nateekar <nateekar@Santoshkumars-MacBook-Pro.local>
  • Loading branch information
2 people authored and nishantka committed Dec 13, 2024
1 parent ac801eb commit 2d6d8e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-nala-circleci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Nala Tests on CircleCI

on:
push:
branches:
- stage
workflow_dispatch:

jobs:
trigger-circleci:
Expand All @@ -15,4 +13,4 @@ jobs:
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\"}"
-d "{\"branch\":\"main\"}"

0 comments on commit 2d6d8e6

Please sign in to comment.