Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Apr 19, 2024
1 parent 993e02f commit 367c1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 367c1a9

Please sign in to comment.