Skip to content

Commit

Permalink
Trigger rust CI with changes under external-crates/ (MystenLabs#10455)
Browse files Browse the repository at this point in the history
## Description 

Otherwise we may miss issues with changes under the directory.

## Test Plan 

CI

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
mwtian authored Apr 5, 2023
1 parent c8a062c commit facda36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/diffs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
filters: |
isRust:
- 'crates/**'
- 'external-crates/**'
- 'narwhal/**'
- '.github/workflows/bench.yml'
- '.github/workflows/codecov.yml'
Expand Down

0 comments on commit facda36

Please sign in to comment.