Internals: Add 'RTLMeter PR results' workflow v2
This commit is contained in:
parent
7ac610a3cb
commit
8ac8c64885
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue