try improve snapshot action speed
This commit is contained in:
2
.github/workflows/snapshot-this.yml
vendored
2
.github/workflows/snapshot-this.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
github.event.issue.pull_request &&
|
github.event.issue.pull_request &&
|
||||||
github.event.comment.body == '/snapshot-this'
|
github.event.comment.body == '/snapshot-this'
|
||||||
runs-on: ubuntu-latest-8-cores
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
||||||
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
|
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
|
||||||
|
|||||||
Reference in New Issue
Block a user