Skip to content

Commit 6161601

Browse files
revert changes in old archived doc-gen
1 parent e3b16b1 commit 6161601

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

archive-doc-gen/.github/workflows/deploy-orchestrator.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ env:
6666
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
6767
permissions:
6868
contents: read
69-
actions: read
70-
packages: write
71-
69+
actions: read
7270
jobs:
7371
docker-build:
7472
uses: ./.github/workflows/job-docker-build.yml

archive-doc-gen/.github/workflows/deploy-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ jobs:
596596
e2e-test:
597597
if: always() && ((needs.deploy.result == 'success' && needs.deploy.outputs.WEBAPP_URL != '') || (github.event.inputs.existing_webapp_url != '' && github.event.inputs.existing_webapp_url != null)) && (github.event_name != 'workflow_dispatch' || github.event.inputs.run_e2e_tests == 'true' || github.event.inputs.run_e2e_tests == null)
598598
needs: [docker-build, deploy]
599-
uses: ./.github/workflows/test-automation-v2.yml
599+
uses: ./.github/workflows/test-automation.yml
600600
with:
601601
DOCGEN_URL: ${{ github.event.inputs.existing_webapp_url || needs.deploy.outputs.WEBAPP_URL }}
602602
secrets: inherit

0 commit comments

Comments
 (0)