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-python.git
The following commit(s) were added to refs/heads/master by this push:
new c0a1e6d Allow manual triggering of github action. (#150)
c0a1e6d is described below
commit c0a1e6d9f3c3e6e35df178c8d6749d18bf7ec519
Author: falkzoll <[email protected]>
AuthorDate: Tue Jan 16 09:49:47 2024 +0100
Allow manual triggering of github action. (#150)
---
.github/workflows/ci.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 65c9e06..398c5ad 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -27,6 +27,8 @@ on:
types: [ opened, synchronize, reopened ]
schedule:
- cron: '30 1 * * 1,3,5'
+ workflow_dispatch:
+
permissions: read-all