From 101d423fb89bf3268ac1a3fa011b001a49faad9f Mon Sep 17 00:00:00 2001 From: Gautham Ganapathy Date: Thu, 12 Oct 2023 23:42:53 +0100 Subject: [PATCH] fix --- .github/workflows/ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2d273d..54dd5b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,14 +5,6 @@ on: push: branches: main -# concurrency: -# group: ${{ github.workflow }}-${{ github.ref }} -# cancel-in-progress: true - -# defaults: -# run: -# working-directory: testing - jobs: test: strategy: @@ -20,15 +12,13 @@ jobs: runner: - ubuntu-latest - macOS-latest - # - windows-latest + - windows-latest stack-yaml: - stack.yaml fail-fast: false - # runs-on: ${{ matrix.runner }} - steps: - uses: actions/checkout@v3 - uses: freckle/stack-cache-action@main