We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f83520 commit 4bb2d37Copy full SHA for 4bb2d37
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
name: End-to-End
27
runs-on: ubuntu-latest
28
# do not run from forks, as forks don’t have access to repository secrets
29
- if: github.repository_owner == 'actions'
+ if: github.event.pull_request.head.repo.owner.login == github.event.pull_request.base.repo.owner.login
30
steps:
31
- uses: actions/checkout@v3
32
- uses: actions/setup-node@v3
0 commit comments