Skip to content

Commit

Permalink
update isMove filter in actions (MystenLabs#9970)
Browse files Browse the repository at this point in the history
## Description 

The filters are pretty out of date. This PR updates them.

## Test Plan 

How did you test the new or updated feature?

---
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
emmazzz authored Mar 28, 2023
1 parent 75922ff commit 8060106
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/actions/diffs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ runs:
isRust:
- 'crates/**'
- 'narwhal/**'
- 'sui_programmability/**'
- '.github/workflows/bench.yml'
- '.github/workflows/codecov.yml'
- '.github/workflows/rust.yml'
Expand All @@ -32,6 +31,9 @@ runs:
- '*.md'
- '.github/workflows/docs.yml'
isMove:
- 'crates/sui-framework/sources/**'
- 'crates/sui/src/sui_move/**'
- 'crates/sui-framework/**'
- 'crates/sui-framework-build/**'
- 'crates/sui-framework-tests/**'
- 'crates/sui_move/**'
- 'Cargo.toml'
- 'sui_programmability/**'

0 comments on commit 8060106

Please sign in to comment.