Skip to content

Commit 3d0f02a

Browse files
danish9039Copilot
andcommitted
Update .github/workflows/linting_bash_python_yaml_files.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: hippie-danish <133037056+danish9039@users.noreply.github.com>
1 parent 3e58378 commit 3d0f02a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/linting_bash_python_yaml_files.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
run: |
6666
git diff --name-only --diff-filter=AM origin/master...HEAD \
6767
| grep -v 'upstream' \
68-
| grep -v 'knative' \
6968
| grep -E '^common/.*\.ya?ml$|^example/.*\.ya?ml$|^hack/.*\.ya?ml$|^tests/.*\.ya?ml$|^\.github/.*\.ya?ml$' \
7069
> changed_files_in_PR.txt || true
7170
if [ ! -s changed_files_in_PR.txt ]; then

0 commit comments

Comments
 (0)