Skip to content

Apply β in generic_matmatmul!/generic_matvecmul! when the inner dimension is empty. #3921

Apply β in generic_matmatmul!/generic_matvecmul! when the inner dimension is empty.

Apply β in generic_matmatmul!/generic_matvecmul! when the inner dimension is empty. #3921

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# push tags over SSH so they trigger the Documentation workflow;
# tags pushed with GITHUB_TOKEN do not trigger workflow runs
ssh: ${{ secrets.DOCUMENTER_KEY }}