Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 1, 2025
1 parent 1e4cc12 commit ea9cb82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/post-build-selective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ jobs:
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
summary: true
detailed_summary: true
report_paths: 'out/**/test-report.xml'
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Run Tests

permissions:
checks: write

# We run full CI on push builds to main and on all pull requests
#
# Manual builds (workflow_dispatch) to the main branch are also published
Expand Down

0 comments on commit ea9cb82

Please sign in to comment.