Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Aug 15, 2023
1 parent d27efd3 commit 2e27779
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: CI Coverage for PR

on:
pull_request:
on: [ pull_request_target ]

jobs:
coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2e27779

Please sign in to comment.