From ec6a1a175d205cc765bcbeba36fd66b000072322 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 8 Dec 2022 19:28:39 +0100 Subject: [PATCH] Speed up Azure prod deploy workflow (#33352) --- .github/workflows/azure-prod-build-deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/azure-prod-build-deploy.yml b/.github/workflows/azure-prod-build-deploy.yml index 2802f0777e..ff7e10315c 100644 --- a/.github/workflows/azure-prod-build-deploy.yml +++ b/.github/workflows/azure-prod-build-deploy.yml @@ -23,7 +23,7 @@ concurrency: jobs: azure-prod-build-and-deploy: if: ${{ github.repository == 'github/docs-internal' }} - runs-on: ubuntu-latest + runs-on: ubuntu-20.04-xl timeout-minutes: 20 environment: name: production @@ -54,10 +54,6 @@ jobs: ref: ${{ github.sha }} # To prevent issues with cloning early access content later persist-credentials: 'false' - lfs: 'true' - - - name: Check out LFS objects - run: git lfs checkout - name: Setup node uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048