fix bm5 and bm6 link to benchmark paper #39
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Used for workflows that are required to run after a pull request | |
# closes. | |
name: pullrequest-close | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
pullrequest-close: | |
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 }} |