From fec8f21ab2390cc1eb9f87560a3aacd694f52197 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 12 Jan 2026 11:13:45 +0100 Subject: [PATCH] GHA: package-build: do not fail on forks for comments Commenting is apparently not possible if the PR originated on a fork. Ignore the error then. --- .github/workflows/package-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index 6e7948e..991dfbd 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -45,6 +45,7 @@ jobs: debian/artifacts/*.tar.* - name: Comment PR with artifact link if: github.event_name == 'pull_request' + continue-on-error: true uses: actions/github-script@v8 with: script: |