Skip to content

Commit d592dbd

Browse files
testing automation flow
1 parent 12ea9af commit d592dbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/RAdeploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
# Trigger on changes in these specific paths
8-
paths:
9-
- 'ResearchAssistant/**'
7+
# # Trigger on changes in these specific paths
8+
# paths:
9+
# - 'ResearchAssistant/**'
1010

1111
jobs:
1212
deploy:
@@ -56,7 +56,7 @@ jobs:
5656
output=$(az deployment group create \
5757
--resource-group pslautomationbyoa2 \
5858
--template-file ResearchAssistant/Deployment/bicep/main.bicep \
59-
--parameters solutionPrefix=pslre2 2>&1) || {
59+
--parameters 2>&1) || {
6060
echo "Deployment failed. Here is the error mesage:"
6161
echo "###########################################################################"
6262
echo "$output" >> $GITHUB_ENV

0 commit comments

Comments
 (0)