From 68a7c2f15e87abf13b601aaa8069a5816d35af38 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Wed, 25 Sep 2024 19:16:22 -0700 Subject: [PATCH] wip: only run on PR --- .github/workflows/docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9b173cc..179de5f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -88,6 +88,9 @@ jobs: folder: ${{ env.OUTPUT }}/linux/amd64 - name: Comment PR uses: thollander/actions-comment-pull-request@v2 + if: github.event_name == 'pull_request' with: + comment_tag: docs + mode: upsert message: | Documentation has been published to [https://${{ github.repository_owner }}.github.io/${{ github.repository }}/${{ env.DEST_DIR }}]. \ No newline at end of file