Skip to content

Commit a4263b5

Browse files
chore: make previous benchmark results not required
1 parent ee6598d commit a4263b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
artifact: npm-package
2222
workflow: ci.yml
23-
required: true
23+
required: false
2424
- run: mv preact.tgz preact-main.tgz
2525
- name: Upload locally build & base preact package
2626
uses: actions/upload-artifact@v4
@@ -88,4 +88,4 @@ jobs:
8888
needs: prepare
8989
with:
9090
benchmark: filter-list/filter-list
91-
timeout: 10
91+
timeout: 10

0 commit comments

Comments
 (0)