Skip to content

Commit 1482bf5

Browse files
committed
test without a pattern
Should match all changes
1 parent a5d9309 commit 1482bf5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@ jobs:
5959
- name: Check for changed files
6060
id: check
6161
uses: stackabletech/actions/detect-changes@9584f617fe2a114a789f90281fe0abd73f3c91b5 # vx.x.x
62-
with:
63-
patterns: |
64-
- '.github/workflows/build.yaml'
65-
- 'rust-toolchain.toml'
66-
- '.dockerignore'
67-
- 'deploy/**'
68-
- '.cargo/**'
69-
- 'docker/**'
70-
- 'Cargo.*'
71-
- '*.rs'
7262
outputs:
7363
matched: ${{ steps.check.outputs.detected }}
7464

0 commit comments

Comments
 (0)