try improve snapshot action speed

This commit is contained in:
adrien2p
2025-11-05 18:37:13 +01:00
parent 67744f4579
commit fd68772d81

View File

@@ -14,7 +14,11 @@ jobs:
if: |
github.event.issue.pull_request &&
github.event.comment.body == '/snapshot-this'
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
NODE_OPTIONS: "--max_old_space_size=8192"
steps:
- name: Validate pull request
uses: actions/github-script@v6