mfem / PyMFEM

Python wrapper for MFEM
http://mfem.org
BSD 3-Clause "New" or "Revised" License
225 stars 62 forks source link

create callable workflow #222

Closed justinlaughlin closed 5 months ago

justinlaughlin commented 6 months ago

Using a "callable workflow" instead of an action.

Edit

Copying my explanation for why we want to use a "callable workflow" instead of an action (https://github.com/mfem/github-actions/pull/13#issuecomment-2099501639)

For now, this code will be defined as a callable workflow (on: workflow_call) instead of an action and live in the pymfem repo.

The reasons being

Sometimes we want to run a whole matrix of jobs, sometimes we want to just run one case. Callable

justinlaughlin commented 5 months ago

@sshiraiwa once this is merged, we can run the manual triggers