Skip to content

Commit

Permalink
update makefile.yml to only run analysis on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
burke-david committed Jun 1, 2024
1 parent 849d5ed commit d3b1aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- run: ./scripts/process_results.sh
- name: Analysis Comment
uses: thollander/actions-comment-pull-request@v2
if: github.event_name == 'pull_request'
with:
filePath: ./build/test/process/results.md
comment_tag: analysis

0 comments on commit d3b1aca

Please sign in to comment.