Skip to content

Commit f952fd7

Browse files
Merge pull request #158 from microsoft/psl-editci-ckmv2
ci: change to the deployment workflow configuration for CKM V2
2 parents fd5dda9 + 23698c4 commit f952fd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: CI-Validate Deployment
1+
name: CI-Validate Deployment-CKM-V2
22
on:
33
push:
44
branches:
5-
- main
5+
- ckm-v2
66
schedule:
77
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
88

@@ -92,4 +92,4 @@ jobs:
9292
# Send the notification
9393
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
9494
-H "Content-Type: application/json" \
95-
-d "$EMAIL_BODY" || echo "Failed to send notification"
95+
-d "$EMAIL_BODY" || echo "Failed to send notification"

0 commit comments

Comments
 (0)