Skip to content

[hotfix][ci] Ignore GHA build on non-code changes#28105

Merged
snuyanzin merged 1 commit into
apache:masterfrom
snuyanzin:ig
May 4, 2026
Merged

[hotfix][ci] Ignore GHA build on non-code changes#28105
snuyanzin merged 1 commit into
apache:masterfrom
snuyanzin:ig

Conversation

@snuyanzin
Copy link
Copy Markdown
Contributor

What is the purpose of the change

Do not start GHA bulid on non code changes

Brief change log

ci.yaml

Verifying this change

GHA

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): ( no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (no)
  • The serializers: (no )
  • The runtime per-record code paths (performance sensitive): (no )
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no )
  • The S3 file system connector: (no)

Documentation

  • Does this pull request introduce a new feature? ( no)
  • If yes, how is the feature documented? (not applicable)

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

@flinkbot
Copy link
Copy Markdown
Collaborator

flinkbot commented May 4, 2026

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

Copy link
Copy Markdown
Contributor

@fhueske fhueske left a comment

Choose a reason for hiding this comment

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

Thanks for the fix.
LGTM

Comment thread .github/workflows/ci.yml
- '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

@snuyanzin snuyanzin merged commit 530a14b into apache:master May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants