State dir clarifications
ci/woodpecker/pr/pr-build Pipeline was successful

This commit is contained in:
2026-06-12 02:09:51 +02:00
parent 3ae0ab3075
commit 6ba07dd23b
3 changed files with 34 additions and 0 deletions
+7
View File
@@ -13,9 +13,16 @@
# unchanged, so no tag is created and nothing is released — they ride along
# with the next Tailscale bump or manual tag.
# Skipped for doc-only pushes: TAILSCALE_VERSION lives in the Dockerfile, so a
# push that doesn't touch non-doc files can never introduce a new version to
# tag (the job would just no-op after spinning up OpenBao + git containers).
when:
- event: push
branch: main
path:
exclude:
- '**/*.md'
- 'docs/**'
steps:
- name: Get git token from OpenBao