Skip to content

Commit

Permalink
chore: skip CI run on forks (#54219)
Browse files Browse the repository at this point in the history
Running the action added in #53541 on forks will result in always failing, so we can skip it.

Fixes #54210
  • Loading branch information
balazsorban44 authored Aug 18, 2023
1 parent 5764c6e commit 725ddc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request_approved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
pr-approved-open:
if: github.repository_owner == 'vercel'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 725ddc7

Please sign in to comment.