From fd68772d819a13ffa7be99880ff0e84eb1add2f1 Mon Sep 17 00:00:00 2001 From: adrien2p Date: Wed, 5 Nov 2025 18:37:13 +0100 Subject: [PATCH] try improve snapshot action speed --- .github/workflows/snapshot-this.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-this.yml b/.github/workflows/snapshot-this.yml index 6bcf973677..dff6e65ae6 100644 --- a/.github/workflows/snapshot-this.yml +++ b/.github/workflows/snapshot-this.yml @@ -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