Skip to content

Commit 56230a0

Browse files
author
Kirill Nesmeyanov
committed
Fix bench CI
1 parent c982f8e commit 56230a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: codestyle
1+
name: bench
22

33
on:
44
push:
@@ -32,5 +32,5 @@ jobs:
3232
timeout_minutes: 5
3333
max_attempts: 5
3434
command: composer update --prefer-dist --no-interaction --no-progress
35-
- name: Check Code Style
35+
- name: Run Benchmarks
3636
run: composer bench

0 commit comments

Comments
 (0)