This is an automated email from the ASF dual-hosted git repository.

pbacsko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git


The following commit(s) were added to refs/heads/master by this push:
     new 5617efc  [YUNIKORN-1982] Enable manual triggering for GitHub CI
5617efc is described below

commit 5617efc4885ce168564818c5ef0c8d4a31acbb50
Author: DouPache <[email protected]>
AuthorDate: Fri Oct 27 15:41:26 2023 +0200

    [YUNIKORN-1982] Enable manual triggering for GitHub CI
    
    Closes: #142
    
    Signed-off-by: Peter Bacsko <[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 223808f..69b1e84 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]

Reply via email to