This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 77f31547a7 [Improve][CI/CD] Remove 'paths-ignore', enable the code
style check for markdown files. (#5286)
77f31547a7 is described below
commit 77f31547a752b6fd5bf09a3ad4d3af4936cd6658
Author: FlechazoW <[email protected]>
AuthorDate: Sun Aug 13 20:47:33 2023 +0800
[Improve][CI/CD] Remove 'paths-ignore', enable the code style check for
markdown files. (#5286)
---
.github/workflows/backend.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index bd842ade28..bdf29edb9b 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -22,8 +22,6 @@ on:
branches:
- dev
paths-ignore:
- - 'docs/**'
- - '**/*.md'
- 'seatunnel-ui/**'
concurrency: