Skip to content

Commit

Permalink
TRIVIAL: Run htmltest action on larger runner
Browse files Browse the repository at this point in the history
Default GH runners are getting out of memory
  • Loading branch information
vonsch committed Apr 10, 2024
1 parent aadf10c commit 06a428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
NETLIFY_SITE_NAME: ${{ github.event.repository.name }}
jobs:
netlify-deploy:
runs-on: ubuntu-latest
runs-on: infra1-rxa-xlarge
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 06a428e

Please sign in to comment.