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


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

commit 64929a37bb9aa87da768aebf2e2404a712980e78
Author: DouPache <[email protected]>
AuthorDate: Mon Oct 23 14:49:37 2023 -0500

    [YUNIKORN-1982] Site: Enable manual triggering for GitHub CI (#336)
    
    Closes: #336
    
    Signed-off-by: Craig Condit <[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 65c1601d16..c11776ab8a 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -19,6 +19,7 @@ on:
   pull_request:
     branches:
       - master
+  workflow_dispatch: {}
 
 jobs:
   license:


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

Reply via email to