Skip to content

Commit

Permalink
Switch to other 'add pr comment' action
Browse files Browse the repository at this point in the history
The previous one seems to not be maintained and now is broken.
  • Loading branch information
SSoelvsten committed Jan 12, 2024
1 parent 7e3455b commit 8f572fa
Showing 2 changed files with 10 additions and 13 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -94,11 +94,10 @@ jobs:
- name: 'post regression_adiar.out'
if: always()
uses: machine-learning-apps/pr-comment@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: mshick/add-pr-comment@main
with:
path: ./regression_adiar.out
message-path: ./regression_adiar.out
message-id: 'benchmark_qbf_${{ matrix.circuit }}'

run_picotrav:
name: 'Performance Regression: Picotrav ${{ matrix.circuit }}'
@@ -150,11 +149,10 @@ jobs:
- name: 'post regression_adiar.out'
if: always()
uses: machine-learning-apps/pr-comment@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: mshick/add-pr-comment@main
with:
path: ./regression_adiar.out
message-path: ./regression_adiar.out
message-id: 'benchmark_picotrav_${{ matrix.circuit }}'

run_dummy:
name: 'Performance Regression: ${{ matrix.title }}'
9 changes: 4 additions & 5 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: 'Run Cppcheck'
uses: deep5050/cppcheck-action@main
with:
@@ -47,8 +47,7 @@ jobs:

- name: 'Post cppcheck_report.txt on PR (if failed)'
if: failure()
uses: machine-learning-apps/pr-comment@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: mshick/add-pr-comment@main
with:
path: ./cppcheck_report.txt
message-path: ./cppcheck_report.txt
message-id: 'cppcheck'

0 comments on commit 8f572fa

Please sign in to comment.