Skip to content

fix bm5 and bm6 link to benchmark paper #231

fix bm5 and bm6 link to benchmark paper

fix bm5 and bm6 link to benchmark paper #231

Workflow file for this run

---
# Launch a workflow to prompt workflows run from master. Required
# as jobs launched via pull-requests do not have access to secrets.
name: pullrequest
on: pull_request
jobs:
pullrequest:
uses: ./.github/workflows/pr-artifact.yml
with:
login: ${{ github.event.pull_request.user.login }}
pr_number: ${{ github.event.number }}
name: ${{ github.workflow }}
head_ref: ${{ github.head_ref }}
repo: ${{ github.event.pull_request.head.repo.full_name }}