We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678d4d8 commit 3bac9f1Copy full SHA for 3bac9f1
.github/workflows/unittest.yml
@@ -26,13 +26,13 @@ jobs:
26
- name: Run tests
27
run: make test
28
- name: Run benchmark
29
- if: matrix.os == 'large-ubuntu-plugin-sdk'
+ if: matrix.os == 'ubicloud-standard-8'
30
run: make benchmark-ci
31
- name: Save PR number
32
- if: matrix.os == 'large-ubuntu-plugin-sdk' && github.event_name == 'pull_request'
+ if: matrix.os == 'ubicloud-standard-8' && github.event_name == 'pull_request'
33
run: echo ${{ github.event.number }} > ./pr_number
34
- name: Upload deltas
35
36
uses: actions/upload-artifact@v4
37
with:
38
name: delta-action-benchmarks
0 commit comments