We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d9309 commit 1482bf5Copy full SHA for 1482bf5
.github/workflows/build.yaml
@@ -59,16 +59,6 @@ jobs:
59
- name: Check for changed files
60
id: check
61
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'
72
outputs:
73
matched: ${{ steps.check.outputs.detected }}
74
0 commit comments