Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Fri, 26 Sep 2025 15:37:50 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3819: create action to deploy docs to https://pgjdbc.github.io/ In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2382775933 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 17841b2e3b3b075965c82acacaa4e2ee02b2d845 X-GitHub-Issue: 3819 X-GitHub-Path: .github/workflows/docs.yml X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3819#discussion_r2382775933 Content-Type: text/plain; charset=utf-8 (on .github/workflows/docs.yml) We probably want running it with the latest tag only. For instance, if we release a fix for an older version, we don't updating the site from the old sources. One of the options could be going for a manual execution (see https://github.com/pgjdbc/pgjdbc/blob/c1c469e8fd9d37f0bcd71966753d72fb584c1f3f/.github/workflows/release.yml#L4) Another option could be skipping the workflow for "non-mainline" tags somehow.