Skip to content

Commit 618fe59

Browse files
committed
chore: testing new workflow trigger
1 parent 5818a88 commit 618fe59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-1-pull-request-devtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
client_id: ${{ secrets.AZURE_CLIENT_ID }}
125125
tenant_id: ${{ secrets.AZURE_TENANT_ID }}
126126
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
127-
acr_name: ${{ secrets.ACR_NAME }}
127+
acr_devtest_name: ${{ secrets.ACR_DEVTEST_NAME }}
128128
if: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
129129
with:
130130
docker_compose_file: application/CohortManager/compose.yaml

0 commit comments

Comments
 (0)