Skip to content

Commit

Permalink
feat: force use 01 machine (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind authored Jun 4, 2024
1 parent 9524c13 commit 4d15869
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench_rspack_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
shardIndex: [1, 2, 3]
shardTotal: [3]
shardIndex: [1]
shardTotal: [1]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench_rspack_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
shardIndex: [1, 2, 3]
shardTotal: [3]
shardIndex: [1]
shardTotal: [1]
fail-fast: false
outputs:
diff-result: ${{ steps.print-results.outputs.diff-result }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
shardIndex: [1, 2, 3]
shardTotal: [3]
shardIndex: [1]
shardTotal: [1]
fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit 4d15869

Please sign in to comment.