From 50c76e86ace7b8bb3e95a16a6ef854cd5ad8dcb2 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 1 Aug 2024 20:47:43 +0200 Subject: [PATCH] ci: fix pr-comment for forks (#10727) --- .github/workflows/ci-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 236e3063dd..f70258dc7e 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -285,6 +285,7 @@ jobs: with: image-name: ghcr.io/goauthentik/dev-server - name: Comment on PR + if: ${{ steps.ev.outputs.shouldBuild == 'true' }} uses: ./.github/actions/comment-pr-instructions with: tag: ${{ steps.ev.outputs.imageMainTag }}