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


The following commit(s) were added to refs/heads/main by this push:
     new 76c11c0191 Doh. Fix logic.
76c11c0191 is described below

commit 76c11c0191fe60a65d49bb93c4d323de81220093
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 11 15:38:47 2023 +0100

    Doh. Fix logic.
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 588e0d8344..2392f5b503 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
         - os: windows-latest
           java: 17
         exclude:
-          - isMain: false
+          - isMain: true
             java: 17, 20
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}


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

Reply via email to