From acbbb2b19d9c6ee34ae54455842365728ae971cf Mon Sep 17 00:00:00 2001 From: Robin Steuteville Date: Wed, 21 Feb 2024 16:50:20 -0700 Subject: [PATCH] changing if statement format --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a2fb7cd6..43fa9d80 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -8,6 +8,7 @@ on: jobs: test: + if: github.repository == 'nrel/fastsim' runs-on: ubuntu-latest strategy: @@ -18,7 +19,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 }}