From 5665cebec2fff510bc1286428431a59ee9a9e0a9 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Sat, 10 Aug 2024 14:38:10 -0600 Subject: [PATCH] only comment once --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 931b01ef..c4ce6d02 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -43,7 +43,7 @@ jobs: Brick.ttl - name: comment artifact # if the trigger is on a pull request - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && matrix.python-version == '3.10' uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.number }}