Skip to content

Commit 34bf8e7

Browse files
authored
Update benchmarks.yml
1 parent b1cf152 commit 34bf8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: SDK Benchmark Tests
33
on:
44
push:
55
branches: [ main ]
6+
pull_request:
67

78
permissions:
89
contents: read
@@ -19,7 +20,6 @@ jobs:
1920
uses: actions/setup-python@v5
2021
with:
2122
python-version: "3.13"
22-
architecture: 'x64'
2323
- name: Install tox
2424
run: pip install tox-uv
2525
- name: Run tox

0 commit comments

Comments
 (0)