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 }}