We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee12b1 commit 3db0f27Copy full SHA for 3db0f27
.github/workflows/wrap_pr.yml
@@ -6,6 +6,8 @@ on:
6
7
jobs:
8
wrap:
9
+ # Check if the source branch is from a fork
10
+ if: github.event.pull_request.head.repo.full_name == github.repository
11
runs-on: ubuntu-latest
12
13
strategy:
0 commit comments