mirror of
https://github.com/mandiant/capa.git
synced 2025-12-29 06:03:52 -08:00
Update tests.yml
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
needs: [code_style, rule_linter]
|
||||
# do not run on forks, because:
|
||||
# with the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository.
|
||||
if: "! github.event.pull_request.head.repo.fork"
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user