Skip to content

Commit e429075

Browse files
committed
[bfops/relax-approval-check]: CI - Skip PR approval check on external PRs
1 parent 6d9cf69 commit e429075

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr_approval_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
publish-approval-status:
2121
name: Set approval status
2222
runs-on: ubuntu-latest
23+
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
2324

2425
steps:
2526
- name: Evaluate and publish approval status

0 commit comments

Comments
 (0)