
pocmatos
2020-7-14 20:33:47
I wonder what we can do with this? https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/

pocmatos
2020-7-14 20:34:56
Maybe on-demand snashots? Like: send me a release of racket cs
from branch b
or tag vX.Y
to email X
or something of the sort.

pocmatos
2020-7-14 20:35:08
:slightly_smiling_face:

pocmatos
2020-7-14 20:35:12
Any more crazy ideas?

samth
2020-7-14 20:37:26
it would be good to use that to deploy the web pages

pocmatos
2020-7-14 20:42:44
Shouldn’t the webpages be deployed automatically in CI? This is more to run a workflow on-demand (at the click of a button, possibly parameterized by some variables).

notjack
2020-7-14 22:24:36
deploying things from an unmerged pull request so you can see how they look maybe?