Regression in 0.2.2: do_setup_cache runs class-level setup(self) before setup_cache #48
This file contains hidden or 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
| # Comment `/trigger-asv` on an asv_runner PR (issue_comment). | |
| # Requires secrets.ASV_TOK with workflow + PR comment rights on asv + asv_runner. | |
| name: Slash Command Dispatch | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| slashCommandDispatch: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Slash Command Dispatch | |
| uses: peter-evans/slash-command-dispatch@v4 | |
| with: | |
| token: ${{ secrets.ASV_TOK }} | |
| commands: | | |
| trigger-asv | |
| static-args: | | |
| pr_number=${{ github.event.issue.number }} |