This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
The following commit(s) were added to refs/heads/master by this push:
new c3f30616 [YUNIKORN-1982] Core: Enable manual triggering for GitHub CI
(#681)
c3f30616 is described below
commit c3f30616200b55d24075029bd63a43b2f5ff7ef5
Author: DouPache <[email protected]>
AuthorDate: Mon Oct 23 14:44:12 2023 -0500
[YUNIKORN-1982] Core: Enable manual triggering for GitHub CI (#681)
Closes: #681
Signed-off-by: Craig Condit <[email protected]>
---
.github/workflows/main.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 32fe890e..bdd7d05d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,6 +7,7 @@ on:
push:
branches:
- master
+ workflow_dispatch: {}
jobs:
build:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]