Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
According to actions/first-interaction#10 (comment), this should fix the issue with the failing of pytest on pull requests from forks.
  • Loading branch information
gerw committed Jul 22, 2023
1 parent 723a6b0 commit b3247ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
pull_request_target:
jobs:
pytest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3247ca

Please sign in to comment.