AWS docs deployment - revert runs-on from ubuntu for test (#25689)

This commit is contained in:
Hamish Willee 2025-10-01 15:04:03 +10:00 committed by GitHub
parent 7008112da8
commit f2b630256a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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