Skip to content

Remove Zygote rule for *(::AbstractFFTs.Plan, ::AbstractArray) #7

Remove Zygote rule for *(::AbstractFFTs.Plan, ::AbstractArray)

Remove Zygote rule for *(::AbstractFFTs.Plan, ::AbstractArray) #7

Workflow file for this run

name: pr_comment
on:
pull_request:
types: [labeled]
jobs:
pr_comment:
runs-on: ubuntu-latest
steps:
- name: Create PR comment
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name && github.event.label.name == 'documentation'
uses: thollander/actions-comment-pull-request@71efef56b184328c7ef1f213577c3a90edaa4aff
with:
message: 'Once the build has completed, you can preview any updated documentation at this URL: https://fluxml.ai/Zygote.jl/previews/PR${{ github.event.number }}/'