From 367c1a9e4222fd6c0b07cedf76b596a06028579c Mon Sep 17 00:00:00 2001 From: OnnoEbbens Date: Fri, 19 Apr 2024 10:49:43 +0200 Subject: [PATCH] typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64fbf056..51e25738 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: python -c "import nlmod; nlmod.util.download_mfbinaries()" - name: Run tests only - if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push'}} + if: ${{ github.event_name == 'pull_request' || github.event_name == 'push'}} env: NHI_GWO_USERNAME: ${{ secrets.NHI_GWO_USERNAME}} NHI_GWO_PASSWORD: ${{ secrets.NHI_GWO_PASSWORD}}