Skip to content

Commit b1c158d

Browse files
authored
CI - Skip PR approval check on external PRs (#4604)
# Description of Changes It doesn't have permission to run on external PRs, but that's kinda okay since external PRs are rarely authored by clockwork-labs-bot anyway. # API and ABI breaking changes None. # Expected complexity level and risk 1 # Testing None Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 0a70eb9 commit b1c158d

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)