Skip to content

Commit d411ebc

Browse files
fix: Revert the branch name
1 parent cc9659a commit d411ebc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
- dev
88
- demo
9-
- waf-avm
109
schedule:
1110
- cron: '0 8,20 * * *' # Runs at 8:00 AM and 8:00 PM GMT
1211
workflow_dispatch:

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ var blobContainerName = 'documents'
350350
var queueName = 'doc-processing'
351351
var clientKey = '${uniqueString(guid(subscription().id, deployment().name))}${newGuidString}'
352352
var eventGridSystemTopicName = 'doc-processing'
353-
var baseUrl = 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/dev/'
353+
var baseUrl = 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/main/'
354354

355355
@description('Optional. Image version tag to use.')
356356
param appversion string = 'latest_waf' // Update GIT deployment branch

0 commit comments

Comments
 (0)