File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 66 - main
77 - dev
88 - demo
9- - hb-psl-update-e2eworkflow
109 schedule :
1110 - cron : " 0 6 * * *" # Runs at 6:00 AM UTC daily
1211 workflow_dispatch :
@@ -177,9 +176,9 @@ jobs:
177176
178177 # Alternate based on odd/even day
179178 if [ $((DAY % 2)) -eq 0 ]; then
180- echo "DEPLOYMENT_TYPE=Non- WAF" >> $GITHUB_OUTPUT
181- echo "DEPLOYMENT_TYPE=Non- WAF" >> $GITHUB_ENV
182- echo "Even day detected ($DAY). Setting deployment type to Non- WAF."
179+ echo "DEPLOYMENT_TYPE=WAF" >> $GITHUB_OUTPUT
180+ echo "DEPLOYMENT_TYPE=WAF" >> $GITHUB_ENV
181+ echo "Even day detected ($DAY). Setting deployment type to WAF."
183182 else
184183 echo "DEPLOYMENT_TYPE=Non-WAF" >> $GITHUB_OUTPUT
185184 echo "DEPLOYMENT_TYPE=Non-WAF" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments