apache / openwhisk-runtime-nodejs

Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
https://openwhisk.apache.org/
Apache License 2.0
59 stars 74 forks source link

Add an on-demand workflow #247

Closed style95 closed 10 months ago

style95 commented 10 months ago

This change enables an on-demand workflow to run in the downstream repo.

image

It is the equivalent change of the one in the core repo. https://github.com/apache/openwhisk/blob/master/.github/workflows/0-on-demand.yaml

style95 commented 10 months ago

It passed all tests.