Skip to content

Commit

Permalink
changing two if statement format
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 22, 2024
1 parent e8de57f commit 5da801a
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 @@ -35,8 +35,8 @@ jobs:
override: true

- name: Rust unit tests
if: ${{ github.repository == 'nrel/fastsim'}}
if: ${{ contains(github.event.pull_request.changed_files, 'rust/') }}
if: ${{ github.repository == 'nrel/fastsim' && contains(github.event.pull_request.changed_files, 'rust/') }}
# if: ${{ contains(github.event.pull_request.changed_files, 'rust/') }}
run: |
cd rust/ && cargo test
Expand Down

0 comments on commit 5da801a

Please sign in to comment.