Skip to content

Commit

Permalink
Make coverage token available in forks (#5479)
Browse files Browse the repository at this point in the history
This fixes coverage submission in CI, which has been failing for PRs
submitted from forks.
  • Loading branch information
snejus authored Oct 20, 2024
2 parents 65d78cb + 9023ff5 commit f8b1071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test
on:
pull_request:
pull_request_target:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint check
run-name: Lint code
on:
pull_request:
pull_request_target:
push:
branches:
- master
Expand Down

0 comments on commit f8b1071

Please sign in to comment.