We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa550e commit 767123cCopy full SHA for 767123c
1 file changed
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deployment Lifecycle Automation
3
on:
4
push:
5
branches:
6
- - main
+ - psl-rc-test-dev
7
schedule:
8
- cron: "0 9,21 * * *" # Runs at 9:00 AM and 9:00 PM GMT
9
workflow_dispatch:
@@ -523,4 +523,4 @@ jobs:
523
524
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
525
-H "Content-Type: application/json" \
526
- -d "$EMAIL_BODY" || echo "Failed to send notification"
+ -d "$EMAIL_BODY" || echo "Failed to send notification"
0 commit comments