Skip to content

Github actions related to code (build, coverage) should not be executed on documentation changes #122

@sarroutbi

Description

@sarroutbi

It does not make sense to execute whole build process when only documentation is changed.

I suggest build and coverage Github actions execution for changes that are not exclusive related to documentation, more in particular for Markdown documentation, as .adoc files should be compiled to check correctness.
For this matter, paths-ignore in Github actions should be used:

When all the path names match patterns in paths-ignore, the workflow will not run.
If any path names do not match patterns in paths-ignore, even if some path names match the patterns,
the workflow will run.

Metadata

Metadata

Assignees

Labels

ciContinuous Integration related stuffdocumentationDocumentation related stuffenhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions