Skip to content

Commit acdb8d6

Browse files
committed
fix example permissions issue
1 parent ed7c29b commit acdb8d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ on:
99
push:
1010
branches:
1111
- main
12+
- devel
1213

1314
concurrency:
1415
group: ${{ github.workflow }}-${{ github.ref }}
1516
cancel-in-progress: true
1617

1718
jobs:
18-
examples-test:
19+
Test:
1920
runs-on: [self-hosted, docker]
20-
permissions:
21-
contents: write
2221
steps:
2322
- name: Checkout
2423
uses: actions/checkout@v4
@@ -55,6 +54,7 @@ jobs:
5554

5655
- name: Commit example test results
5756
uses: ./.github/actions/commit_results
57+
id: commit_results
5858
with:
5959
dir: examples
6060
pretty_flags: "--metric='TTFT (mean)' --metric='TPS (mean)' -o pretty.md"

0 commit comments

Comments
 (0)