You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Make Release: Please workflow only run via workflow_dispatch
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 874980878
This commit is contained in:
committed by
Copybara-Service
parent
8f5428150d
commit
e4d9540ce3
@@ -1,11 +1,10 @@
|
||||
# Runs release-please to create/update a PR with version bump and changelog.
|
||||
# Triggered automatically by step 1 (cut) or step 3 (cherry-pick).
|
||||
# Triggered only by workflow_dispatch (from release-cut.yml).
|
||||
# Does NOT auto-run on push to preserve manual changelog edits after cherry-picks.
|
||||
name: "Release: Please"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- release/candidate
|
||||
# Only run via workflow_dispatch (triggered by release-cut.yml)
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
@@ -14,8 +13,6 @@ permissions:
|
||||
|
||||
jobs:
|
||||
release-please:
|
||||
# Skip if this is a release-please PR merge (handled by Release: Finalize)
|
||||
if: "!startsWith(github.event.head_commit.message, 'chore(release')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check if release/candidate still exists
|
||||
|
||||
Reference in New Issue
Block a user