Skip to content

Commit d6b65c0

Browse files
add my feature branch
1 parent a683c5a commit d6b65c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CAdeploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
- dev
88
- demo
9+
- CI-Pipeline-cad
910
schedule:
1011
- cron: "0 6,18 * * *" # Runs at 6:00 AM and 6:00 PM GMT
1112

@@ -110,10 +111,10 @@ jobs:
110111
current_date=$(date -u +"%Y-%m-%dT%H:%M:%S.%7NZ")
111112
az group create --name ${{ env.RESOURCE_GROUP_NAME }} \
112113
--location ${{ env.AZURE_LOCATION }} \
113-
--tags "CreatedBy=Deployment Lifecycle Automation Pipeline" \
114+
--tags "CreatedBy=Pipeline" \
114115
"Purpose=Deploying and Cleaning Up Resources for Validation" \
115116
"CreatedDate=$current_date" \
116-
"ApplicationName=BYOC-Client Advisor Accelerator" \
117+
"ApplicationName=Client Advisor" \
117118
"SecurityControl=Ignore" \
118119
|| { echo "Error creating resource group"; exit 1; }
119120
else

0 commit comments

Comments
 (0)