From 58600bf5b67a6d0182cda1cf6d47b1c4a29c5c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Estrella?= <2049686+sestrella@users.noreply.github.com> Date: Fri, 16 Jun 2023 14:55:30 -0500 Subject: [PATCH] ci: Remove false condition from release job --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f608d85..94c89aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,6 @@ jobs: command: ghc --version release: - if: false runs-on: ubuntu-latest needs: - bats