Skip to content

Commit

Permalink
only comment once
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Aug 10, 2024
1 parent 0c19160 commit 5665ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5665ceb

Please sign in to comment.