From 3a86868bb8028b18e515ff19426feecfd58d4cf2 Mon Sep 17 00:00:00 2001 From: Alexander Ioffe Date: Fri, 2 Feb 2024 15:23:10 -0500 Subject: [PATCH] Add task exclusion --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06d4edd..068a30c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,10 +14,10 @@ jobs: build_command: build - os: macOS-latest platform: mac - build_command: build -x :pprint-kotlin + build_command: build -x :pprint-kotlin:build - os: windows-latest platform: windows - build_command: build -x :pprint-kotlin + build_command: build -x :pprint-kotlin:build steps: - uses: actions/checkout@v3 - name: Set up JDK 11