try improve snapshot action speed

This commit is contained in:
adrien2p
2025-11-05 18:42:23 +01:00
parent fd68772d81
commit b010c4be1a

View File

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