modsim / CADET

A modular, fast, and accurate simulation framework for (column) liquid chromatography
GNU General Public License v3.0
49 stars 24 forks source link

Enable manual run of CI workflow for specific commits #210

Closed jbreue16 closed 2 weeks ago

jbreue16 commented 2 weeks ago

202 was actually not fully resolved by #203 , which only enabled manually running the CI workflow, but not for a specific commit.

This PR fixes that. Changes were made according to the corresponding github doc and the actions readme doc.

Unfortunately theres no way of testing this, the changes have to be on the default branch so that we can test the manual rerun for specific commits.

schmoelder commented 2 weeks ago

Nice!

jbreue16 commented 2 weeks ago

This seems to work for old master commits and commits on other branches as well as for commits on another fork

It also seems to be possible now to run the CI workflow as its defined on another branch; Ive seen the option to select a branch.. havent tried it though