Skip to content

docs: clarify skipped workflow dependencies#6632

Closed
AkashKumar7902 wants to merge 1 commit into
woodpecker-ci:mainfrom
AkashKumar7902:codex/docs-skipped-workflow-depends-on
Closed

docs: clarify skipped workflow dependencies#6632
AkashKumar7902 wants to merge 1 commit into
woodpecker-ci:mainfrom
AkashKumar7902:codex/docs-skipped-workflow-depends-on

Conversation

@AkashKumar7902
Copy link
Copy Markdown
Contributor

Summary

  • correct the global workflow when docs to say skipped workflows are skipped completely
  • clarify that globally skipped workflows do not satisfy depends_on
  • add a workaround note for optional work that should not block dependent workflows

Closes #6457

Validation

  • cd docs && pnpm format:check
  • make spellcheck
  • GOROOT=$(go env GOROOT) GOTOOLCHAIN=local PATH="$(go env GOROOT)/bin:$PATH" make build-docs
  • git diff --check

Note: make build-docs succeeds with existing plugin-fetch warnings and the existing Docusaurus warning for the old versioned 2.8 CLI page.

@qwerty287
Copy link
Copy Markdown
Contributor

Instead of this docs change I would go with #6461 that allows to make dependencies optional.

@qwerty287
Copy link
Copy Markdown
Contributor

#6461 is merged

@qwerty287 qwerty287 closed this May 28, 2026
@woodpecker-bot
Copy link
Copy Markdown
Contributor

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.

Skipped workflows are not considered as succeed like documentation suggest it

3 participants