From b010c4be1abe2cd298abd4ffff0fb27ad41aa9c3 Mon Sep 17 00:00:00 2001 From: adrien2p Date: Wed, 5 Nov 2025 18:42:23 +0100 Subject: [PATCH] try improve snapshot action speed --- .github/workflows/snapshot-this.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-this.yml b/.github/workflows/snapshot-this.yml index dff6e65ae6..7f956b3d05 100644 --- a/.github/workflows/snapshot-this.yml +++ b/.github/workflows/snapshot-this.yml @@ -14,7 +14,7 @@ jobs: if: | github.event.issue.pull_request && github.event.comment.body == '/snapshot-this' - runs-on: ubuntu-latest-8-cores + runs-on: ubuntu-latest env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }}