Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(v3.0.x) Ignore docs folder in CI #1225

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

abelsromero
Copy link
Member

Kind of change

  • Bug fix
  • New non-breaking feature
  • New breaking feature
  • Documentation update
  • Build improvement

Description

What is the goal of this pull request?

Avoid unnecessary CI runs when modifying docs.
Docs are built from docs.asciidoctor., we could have a job to build the docs and ensure they are correct, but right now this is using hardware resources for nothing 🌍 🍃 .

How does it achieve that?
Use paths-ignore to ignore the 'docs/**' path.

Are there any alternative ways to implement this?
No

Are there any implications of this pull request? Anything a user must know?
No

Issue

If this PR fixes an open issue, please add a line of the form:

Fixes #Issue

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc

@abelsromero abelsromero force-pushed the ignore-docs-in-ci branch 2 times, most recently from e1f461b to ba888c0 Compare June 18, 2023 20:23
@robertpanzer
Copy link
Member

Thanks!

@robertpanzer robertpanzer merged commit 256bf5e into asciidoctor:main Jun 22, 2023
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