Skip to content

Commit d20c418

Browse files
Removed 'SecurityControl' tag
1 parent b9f3c95 commit d20c418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
gptDeploymentCapacity="30" \
154154
aiServiceLocation="${{ env.AZURE_LOCATION }}" \
155155
imageTag="latest" \
156-
tags="{'CreatedBy':'Pipeline', 'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
156+
tags="{'CreatedBy':'Pipeline', 'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
157157
--query "properties.outputs" -o json); then
158158
echo "❌ Deployment failed. See logs above."
159159
exit 1

0 commit comments

Comments
 (0)