Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Sep 1, 2024
1 parent 9c3a07d commit 0b0bbfd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,12 @@ jobs:
runs-on: ubuntu-latest
needs: [test-on-ubuntu, test-on-debian]
if: ${{ always() }}
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Download All Job Status Artifacts
uses: actions/download-artifact@v4
- name: Aggregate and Update PR Description
Expand Down

0 comments on commit 0b0bbfd

Please sign in to comment.