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.
1 parent 6263563 commit fee1d05Copy full SHA for fee1d05
.github/workflows/deploy-waf.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - psl-wafpipelinefix
8
schedule:
9
- cron: "0 11,23 * * *" # Runs at 11:00 AM and 11:00 PM GMT
10
@@ -117,6 +118,7 @@ jobs:
117
118
enableMonitoring=true \
119
enablePrivateNetworking=true \
120
enableScalability=true \
121
+ createdBy="Pipeline" \
122
123
124
- name: Send Notification on Failure
0 commit comments