We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd5dda9 + 23698c4 commit f952fd7Copy full SHA for f952fd7
.github/workflows/deploy.yml
@@ -1,8 +1,8 @@
1
-name: CI-Validate Deployment
+name: CI-Validate Deployment-CKM-V2
2
on:
3
push:
4
branches:
5
- - main
+ - ckm-v2
6
schedule:
7
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
8
@@ -92,4 +92,4 @@ jobs:
92
# Send the notification
93
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
94
-H "Content-Type: application/json" \
95
- -d "$EMAIL_BODY" || echo "Failed to send notification"
+ -d "$EMAIL_BODY" || echo "Failed to send notification"
0 commit comments