Skip to content

Commit

Permalink
taking out check for rust file changes, to troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 21, 2024
1 parent 4f88c53 commit 78bd326
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
jobs:
test:
# might not be needed
# if: github.repository == 'nrel/fastsim'
if: github.repository == 'nrel/fastsim'

runs-on: ubuntu-latest
runs-on: ubuntu-latest

strategy:
fail-fast: true
strategy:
fail-fast: true

if: contains(github.event.pull_request.changed_files, 'rust/')
# if: contains(github.event.pull_request.changed_files, 'rust/')
- name: install rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 78bd326

Please sign in to comment.