JuliaLinearAlgebra / MKL.jl

Intel MKL linear algebra backend for Julia
Other
205 stars 32 forks source link

CI: don't run CompatHelper on every push to master #144

Closed DilumAluthge closed 9 months ago

DilumAluthge commented 9 months ago

It's not necessary to run CompatHelper on every push to master.

Instead, it's sufficient to run CompatHelper as a once-daily cron job.

Also, we add a workflow_dispatch trigger, so that we can manually trigger a CompatHelper run if we want.