hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Add `workflow_dispatch` trigger to CI #566

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

Make it possible to trigger the CI manually from the Actions page.

fniephaus commented 2 years ago

Should this be mentioned in the setup-smalltalkCI templates as well?

LinqLover commented 2 years ago

Should this be mentioned in the setup-smalltalkCI templates as well?

Good question, I don't know. Since workflow_dispatch is a general GitHub Actions concept and not related to this specific action, I would tend against it. What do you think?

But FWIW, I added it to the SWT-Demo config (https://github.com/hpi-swa-teaching/SWT-Demo/commit/a167a3c766e21af8ca947158469394f920f98d27).