From 78bd326b43d9ad29e9cc0934a6cac437344c5dd2 Mon Sep 17 00:00:00 2001 From: Robin Steuteville Date: Wed, 21 Feb 2024 15:29:00 -0700 Subject: [PATCH] taking out check for rust file changes, to troubleshoot --- .github/workflows/rust-tests.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust-tests.yaml b/.github/workflows/rust-tests.yaml index 5cbefbe0..3f19e0df 100644 --- a/.github/workflows/rust-tests.yaml +++ b/.github/workflows/rust-tests.yaml @@ -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: