From e2402c46dea68299a6c8796c1aacb857e59e45a8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 7 Mar 2020 04:16:14 -0800 Subject: [PATCH] ;ci: github: windows: tweak --- .github/workflows/windows-nightly.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-nightly.yml b/.github/workflows/windows-nightly.yml index 7234f8c3c..7a5093c65 100644 --- a/.github/workflows/windows-nightly.yml +++ b/.github/workflows/windows-nightly.yml @@ -4,12 +4,11 @@ name: windows nightly CI on: - # XXX not supported yet; build on noteworthy push to "ci" instead # schedule: # - cron: "0 23 * * *" - # uncomment when testing CI: + # XXX not supported yet; build on noteworthy push to "ci" instead push: - branches: [ ci, master ] # master too for testing + branches: [ ci, master ] # master too while testing paths: - '.github/workflows/windows-nightly.yml' - 'stack*' @@ -136,7 +135,7 @@ jobs: - name: Install haskell deps run: | - stack --no-terminal build --only-dependencies --verbosity=error + stack --no-terminal build --only-dependencies - name: Build hledger executables run: |