From f4a56b41e2fec148628ce5d0b8c358bed834ffe3 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Mon, 14 Sep 2026 01:11:02 +0200 Subject: [PATCH] ci(gitea): disable windows job --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b7c67c3..afd31be 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: ./scripts/install.sh --dry-run --client both --platform linux windows: + if: ${{ false }} runs-on: windows-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683