Skip to content

Continuous Benchmarks (Comment) #9

Continuous Benchmarks (Comment)

Continuous Benchmarks (Comment) #9

name: Continuous Benchmarks (Comment)
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
on:
workflow_run:
workflows: ["Continuous Benchmarks (Receive)"]
types:
- completed
permissions:
contents: read
statuses: write
pull-requests: write
jobs:
upload:
runs-on: ubuntu-latest
if: >
${{ github.event.workflow_run.event == 'pull_request' }}
steps:
- uses: plietar/touchstone/actions/comment@upload-results
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}