From 9442e4f9e349826cb0682cae65ec15418614f23e Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Thu, 31 Oct 2024 10:55:50 -0700 Subject: [PATCH] dont run pr update on forks (#4663) --- .github/workflows/ghcr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index 6906538a6a8f..25d05b9a0ca7 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -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: