Skip to content

Prevent unnecessary CI runs#821

Open
CodeShellDev wants to merge 1 commit into
bbernhard:masterfrom
CodeShellDev:patch-1
Open

Prevent unnecessary CI runs#821
CodeShellDev wants to merge 1 commit into
bbernhard:masterfrom
CodeShellDev:patch-1

Conversation

@CodeShellDev
Copy link
Copy Markdown
Contributor

@CodeShellDev CodeShellDev commented Mar 27, 2026

Description

I have noticed for a while that ci triggers on any PR or push, which consumes workflow usage (save where you can, right?).

This also bloats (≠ image size, just tags in dashboard) the available image tags, since we are pushing docker images for almost each git update.

What‘s Changed

Added ignores for

  • Markdown files (.md)
  • Yaml files (.yml)
  • doc/ and subfolders
  • plugins/ and subfolders
  • .github/ and subfolders

to the ci.yml workflow file via path-ignore.

This commit adds ignores for
- markdown files
- yml files
- doc/ and subfolders
- plugins/ and subfolders
- .github/ and subfolders

For both PR and pushes
@CodeShellDev
Copy link
Copy Markdown
Contributor Author

Hey there – Just checking in on this, are any changes for a merge needed? 👀

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.

1 participant