Skip to content

Commit dd4b19e

Browse files
authored
Update performance.yml
1 parent d155976 commit dd4b19e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/performance.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Performance Tests
22

3-
permissions:
4-
contents: read
5-
pull-requests: write
6-
73
on:
84
push:
95
branches: [main]
@@ -19,6 +15,10 @@ jobs:
1915
performance:
2016
name: Performance Benchmarks
2117
runs-on: ubuntu-24.04
18+
19+
permissions:
20+
contents: read
21+
pull-requests: write
2222

2323
steps:
2424
- name: Checkout repository

0 commit comments

Comments
 (0)