Skip to content

Commit bedc0cc

Browse files
committed
Simplify junit result publish
Signed-off-by: Cristian Le <[email protected]>
1 parent c51273d commit bedc0cc

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
tests:
2727
needs: [ pre-commit ]
2828
uses: ./.github/workflows/step_test.yaml
29-
permissions:
30-
contents: read
31-
checks: write
32-
pull-requests: write
3329

3430
docs:
3531
name: 📘 docs

.github/workflows/step_test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
report:
3737
name: Report JUnit
3838
needs: [ tests ]
39-
permissions:
40-
contents: read
41-
checks: write
42-
pull-requests: write
4339
runs-on: ubuntu-latest
4440
steps:
4541
- name: Download test results
@@ -51,4 +47,6 @@ jobs:
5147
large_files: true
5248
report_individual_runs: true
5349
report_suite_logs: any
50+
comment_mode: off
51+
check_run: false
5452
if: always()

0 commit comments

Comments
 (0)