Skip to content

Commit 9d0d86f

Browse files
⚙️ Add option to trigger client update manually (#95)
<!-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved. SPDX-License-Identifier: Proprietary --> ### Description <!-- Please add any detail or context that would be useful to a reviewer. --> Add option to trigger client update manually ### Test Coverage <!-- Please put an `x` in the correct box e.g. `[x]` to indicate the testing coverage of this change. --> - [ ] This change is covered by existing or additional automated tests. - [ ] Manual testing has been performed (and evidence provided) as automated testing was not feasible. - [x] Additional tests are not required for this change (e.g. documentation update).
1 parent f20541a commit 9d0d86f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/update-client.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ env:
66
go_module: "client"
77

88
on:
9+
workflow_dispatch:
10+
inputs:
11+
branch:
12+
description:
13+
"Branch to commit updated client changes to:"
14+
type: string
15+
required: true
916
workflow_call:
1017
inputs:
1118
branch:

changes/20250620150629.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:gear: Add option to trigger client update manually

0 commit comments

Comments
 (0)