Skip to content

Skip CI when no code changes (e.g. .rs, .toml, or any other file affecting compilation) are made.#391

Open
KushalMeghani1644 wants to merge 3 commits intorust-embedded:masterfrom
KushalMeghani1644:skip-CI
Open

Skip CI when no code changes (e.g. .rs, .toml, or any other file affecting compilation) are made.#391
KushalMeghani1644 wants to merge 3 commits intorust-embedded:masterfrom
KushalMeghani1644:skip-CI

Conversation

@KushalMeghani1644
Copy link
Copy Markdown
Contributor

This PR tends to resolve issue #381

@KushalMeghani1644 KushalMeghani1644 requested a review from a team as a code owner February 27, 2026 14:17
Co-authored-by: Román Cárdenas Rodríguez <rcardenas.rod@gmail.com>
@romancardenas
Copy link
Copy Markdown
Contributor

Hey @KushalMeghani1644

I would apply my suggestion to all the variants you propose: all the files, for pull requests, pushes, etc.

Comment on lines +9 to +17
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
merge_group:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

Comment on lines +4 to +19
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
pull_request:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
push:
branches:
- master
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

Comment on lines +4 to +17
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
pull_request:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
merge_group:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

Comment on lines +4 to +17
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
pull_request:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
merge_group:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

Comment on lines +4 to +17
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
pull_request:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
merge_group:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

Comment on lines +4 to +17
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
pull_request:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
merge_group:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

Comment on lines +4 to +17
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
pull_request:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
merge_group:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

Comment on lines +4 to +17
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
pull_request:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
merge_group:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

Comment on lines +4 to +17
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
pull_request:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
merge_group:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

Comment on lines +4 to +17
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
pull_request:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
merge_group:
paths-ignore:
- "**/*.md"
- "README*"
- "LICENSE*"
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.

This should also be updated.

@KushalMeghani1644
Copy link
Copy Markdown
Contributor Author

Hey @romancardenas I have updated everything as requested :D

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.

2 participants