Skip to content

Commit

Permalink
reformating if statements
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 21, 2024
1 parent 2a69fa9 commit 8873d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8873d4e

Please sign in to comment.