This is an automated email from the ASF dual-hosted git repository.
lukeroy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-ruby.git
The following commit(s) were added to refs/heads/master by this push:
new b605d2b Allow manual triggering of github action. (#82)
b605d2b is described below
commit b605d2bcbb96ee7b9b455ca7c984bc24c3404a4a
Author: Luke Roy <[email protected]>
AuthorDate: Mon Jan 29 16:15:37 2024 +0100
Allow manual triggering of github action. (#82)
---
.github/workflows/ci.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 760320e..90152a2 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -27,6 +27,7 @@ on:
types: [ opened, synchronize, reopened ]
schedule:
- cron: '30 1 * * 1,3,5'
+ workflow_dispatch:
permissions: read-all