diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e85191d2..9b6df217 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,8 +6,8 @@ on: pull_request: workflow_dispatch: -if: github.repository == 'nrel/fastsim' - jobs: +jobs: + - ${{ if eq(github.repository, 'nrel/fastsim') }}: test: runs-on: ubuntu-latest