From 4b900d308187b8396a14a7baf0b9fc9d3760ee36 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 7 Aug 2024 12:56:12 +0200 Subject: [PATCH] removed invalid workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1809d3c..2bef22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,8 +70,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] steps: - - run: echo "Running on ${{ matrix.os }}. Is it MACOS? $MACOS" - if: ${{ matrix.os == "macos-latest" }} - uses: actions/checkout@v4 - run: brew install docker if: contains("${{ matrix.os }}", "macos")