From f2b630256ab4dc0713773dae84d20a391cc7331a Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Wed, 1 Oct 2025 15:04:03 +1000 Subject: [PATCH] AWS docs deployment - revert runs-on from ubuntu for test (#25689) --- .github/workflows/docs_deploy_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs_deploy_aws.yml b/.github/workflows/docs_deploy_aws.yml index dbe46b4f37..f429de56cd 100644 --- a/.github/workflows/docs_deploy_aws.yml +++ b/.github/workflows/docs_deploy_aws.yml @@ -73,7 +73,7 @@ jobs: deploy: if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged) || github.event_name == 'workflow_dispatch' }} needs: build - runs-on: ubuntu-latest + runs-on: [runs-on,runner=8cpu-linux-x64,image=ubuntu24-full-x64,"run-id=${{ github.run_id }}",spot=false,extras=s3-cache] steps: - name: Download Artifact