try improve snapshot action speed
This commit is contained in:
6
.github/workflows/snapshot-this.yml
vendored
6
.github/workflows/snapshot-this.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user