Skip to content

Commit abdcfa5

Browse files
ci(wash): convert to changed-files
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1 parent fef4751 commit abdcfa5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/wash.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@ jobs:
2323
meta:
2424
runs-on: ubuntu-latest
2525
outputs:
26-
modified: ${{ steps.changes.outputs.wash }}
26+
modified: ${{ steps.changes.outputs.any_changed }}
2727
steps:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29-
- uses: dorny/paths-filter@v3
29+
- uses: tj-actions/changed-files@7ac5902a02bbf88c426878d792c0728b55bb97ae
3030
id: changes
3131
with:
32-
filters: |
33-
wash:
34-
- './.github/workflows/wash.yml'
35-
- 'Cargo.lock'
36-
- 'Cargo.toml'
37-
- 'crates/control-interface/**'
38-
- 'crates/core/**'
39-
- 'crates/secrets-types/**'
40-
- 'crates/wash-cli/**'
41-
- 'crates/wash-lib/**'
42-
- '!crates/wash-*/**/*.md'
43-
- '!crates/wash-cli/.devcontainer'
32+
files: |
33+
./.github/workflows/wash.yml
34+
Cargo.lock
35+
Cargo.toml
36+
crates/control-interface/**
37+
crates/core/**
38+
crates/secrets-types/**
39+
crates/wash-cli/**
40+
crates/wash-lib/**
41+
files_ignore: |
42+
!crates/wash-*/**/*.md
43+
!crates/wash-cli/.devcontainer
4444
4545
unit_tests:
4646
needs: [meta]

0 commit comments

Comments
 (0)