Skip to content

Commit 3bac9f1

Browse files
committed
test: Fix CI
1 parent 678d4d8 commit 3bac9f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unittest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
- name: Run tests
2727
run: make test
2828
- name: Run benchmark
29-
if: matrix.os == 'large-ubuntu-plugin-sdk'
29+
if: matrix.os == 'ubicloud-standard-8'
3030
run: make benchmark-ci
3131
- name: Save PR number
32-
if: matrix.os == 'large-ubuntu-plugin-sdk' && github.event_name == 'pull_request'
32+
if: matrix.os == 'ubicloud-standard-8' && github.event_name == 'pull_request'
3333
run: echo ${{ github.event.number }} > ./pr_number
3434
- name: Upload deltas
35-
if: matrix.os == 'large-ubuntu-plugin-sdk'
35+
if: matrix.os == 'ubicloud-standard-8'
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: delta-action-benchmarks

0 commit comments

Comments
 (0)