From cee1b6367a50ec2334ce1bf4b275fe6e469d50ed Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sat, 22 Jul 2023 12:39:43 -0700 Subject: [PATCH] ci: disable fedora and arch mingw docker tests --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a057c1f0..481b8ff3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -140,12 +140,12 @@ jobs: pnpm: - 8 container: - - "arch.dockerfile" - - "fedora.dockerfile" - "ubuntu.dockerfile" - - "arch-mingw.dockerfile" - - "fedora-mingw.dockerfile" + - "fedora.dockerfile" + - "arch.dockerfile" - "ubuntu-mingw.dockerfile" + # - "fedora-mingw.dockerfile" + # - "arch-mingw.dockerfile" steps: - uses: actions/checkout@v3 with: