Skip to content

Commit 325f25b

Browse files
authored
Refactor Benchmark workflow YAML file
1 parent 0a12915 commit 325f25b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Benchmark-on-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
# Skip running on forks
99
if: ${{ !github.event.repository.fork }}
1010
runs-on: ubuntu-latest
11-
permissions: contents: write
11+
permissions:
12+
contents: write
1213
steps:
1314
- uses: actions/checkout@v4
1415
with:
@@ -59,3 +60,4 @@ jobs:
5960
benchmark-result.md
6061
env:
6162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+

0 commit comments

Comments
 (0)