This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user