Skip to content

Commit

Permalink
dont run pr update on forks (All-Hands-AI#4663)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Oct 31, 2024
1 parent e17f7b2 commit 9442e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ jobs:
exit 1
update_pr_description:
name: Update PR Description
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork
needs: [ghcr_build_runtime]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9442e4f

Please sign in to comment.