From 14b717180edbff95174b8f4002337f835eb0f755 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sun, 12 Jan 2025 14:18:00 -0500 Subject: [PATCH] Don't skip if run on master --- .github/workflows/check-install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-install.yml b/.github/workflows/check-install.yml index 013f8ff8137..b3c3e1ca44a 100644 --- a/.github/workflows/check-install.yml +++ b/.github/workflows/check-install.yml @@ -33,7 +33,6 @@ jobs: cabal-install-dry-run: name: cabal install with ghc-${{ matrix.ghc }} - if: github.ref != 'refs/heads/master' && github.base_ref != 'master' runs-on: ubuntu-latest strategy: matrix: