We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9cf69 commit e429075Copy full SHA for e429075
1 file changed
.github/workflows/pr_approval_check.yml
@@ -20,6 +20,7 @@ jobs:
20
publish-approval-status:
21
name: Set approval status
22
runs-on: ubuntu-latest
23
+ if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
24
25
steps:
26
- name: Evaluate and publish approval status
0 commit comments