Skip to content

Commit 5ca54ac

Browse files
committedMay 14, 2024
remove host shard
1 parent c564f1c commit 5ca54ac

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎.github/workflows/ci.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,8 @@ jobs:
146146
name: Host Tests
147147
runs-on: ubuntu-latest
148148
concurrency:
149-
group: boxel-host-test${{matrix.shardIndex}}/${{ github.head_ref || github.run_id }}
149+
group: boxel-host-test${{ github.head_ref || github.run_id }}
150150
cancel-in-progress: true
151-
strategy:
152-
fail-fast: false
153-
matrix:
154-
shardIndex: [1, 2, 3]
155-
shardTotal: [3]
156151
steps:
157152
- uses: actions/checkout@v4
158153
- uses: ./.github/actions/init

0 commit comments

Comments
 (0)