Skip to content

Commit

Permalink
coverage workflow should only be triggered by pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Dec 16, 2023
1 parent 15b09cf commit 7b31b05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: CI Coverage for PR

on: [ pull_request, pull_request_target ]
on:
# pull_request:
pull_request_target:

jobs:
coverage:
env:
PY_VER: 3.9
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 7b31b05

Please sign in to comment.