Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ name: "Flink CI (beta)"

on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
- '.gitignore'
- '.gitattributes'
Copy link
Copy Markdown
Contributor

@gustavodemorais gustavodemorais May 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit suggestion: I think LICENSE/NOTICE and .asf.yaml are also safe to ignore and might fit here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking about it however the answer is no

the reason is that RAT license check in compile.sh parses them

and changes in LICENSE/NOTICE might lead to failure

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks @snuyanzin

workflow_dispatch:

permissions: read-all
Expand Down