From 944508b12c6899500bd3b62a8d3fd776068b4b74 Mon Sep 17 00:00:00 2001 From: Robin Steuteville Date: Wed, 21 Feb 2024 16:43:15 -0700 Subject: [PATCH] changing nrel to NREL --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 98272236..a2fb7cd6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,7 +18,7 @@ jobs: env: PYTHON: ${{ matrix.python-version }} steps: - - ${{ if eq(github.repository, 'nrel/fastsim') }}: + - ${{ if eq(github.repository, 'NREL/fastsim') }}: - uses: actions/checkout@v3 - name: set up python ${{ matrix.python-version }}