Internals: Add 'RTLMeter PR results' workflow v2

This commit is contained in:
Geza Lore 2025-08-31 16:01:44 +01:00
parent 7ac610a3cb
commit 8ac8c64885
1 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ on:
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
permissions:
@ -21,11 +22,11 @@ jobs:
pull-requests: write
steps:
- name: Download report
uses: actions/github-script@v7
uses: actions/download-artifact@v4
with:
name: rtlmeter-pr-results
run-id: ${{ github.event.workflow_run.id }}
github-tokne: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Comment on PR
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}