Skip to content

Commit

Permalink
[MWPW-163723] [NALA] Update Nala CircleCI Job to Manual Trigger (#3317)
Browse files Browse the repository at this point in the history
updating the job to manual trigger

Co-authored-by: Santoshkumar Sharanappa Nateekar <nateekar@Santoshkumars-MacBook-Pro.local>
  • Loading branch information
skumar09 and Santoshkumar Sharanappa Nateekar authored Dec 9, 2024
1 parent 7483f29 commit 57d66cf
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 57d66cf

Please sign in to comment.