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-k8shim.git


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

commit 24bf9cffbe228a82244ec48a3bf14d8c66b3b385
Author: DouPache <[email protected]>
AuthorDate: Fri Oct 27 17:09:22 2023 +0200

    [YUNIKORN-1982] Enable manual triggering for GitHub CI #706
    
    Closes: #706
    
    Signed-off-by: Peter Bacsko <[email protected]>
---
 .github/workflows/pre-commit.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index f08c6f73..7b9d58b2 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -4,6 +4,7 @@ on:
   pull_request:
     branches:
       - master
+  workflow_dispatch: {}
 
 jobs:
   build:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to