Skip to content

Commit

Permalink
CI: update rust dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelshot91 committed Jan 7, 2024
1 parent cdf6158 commit 1d93978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
with:
paths_filter: |
rust:
paths: 'native/**'
paths: 'rust/**'
paths_ignore: '["README.md", "TODO.md", "doc/**"]'
rust_test:
needs: pre_job
# Do not run if no files in native/ have been changed since last job run
# Do not run if no files in rust/ have been changed since last job run
if: needs.pre_job.outputs.should_skip != 'true' || !fromJSON(needs.pre_job.outputs.paths_result).rust.should_skip
runs-on: self-hosted
defaults:
run:
working-directory: ./native
working-directory: ./rust
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 1d93978

Please sign in to comment.