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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e9a079  Enable manual triggering
7e9a079 is described below

commit 7e9a0796086186d8c564a33847d7bcdc64046746
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jul 22 11:56:06 2024 +0100

    Enable manual triggering
---
 .github/workflows/ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b94b00c..dc33b98 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,8 @@ name: TCK testing
 on:
   schedule:
     - cron: '5 8 * * *'
-
+  workflow_dispatch:
+        
 env:
   LC_ALL: en_US.UTF-8
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to