Skip to content

Commit 215371a

Browse files
committed
fix: updatecli pipeline name
Signed-off-by: Olivier Vernin <me@olblak.com>
1 parent cfa8b02 commit 215371a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/updatecli_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Updatecli - Update
2+
name: Updatecli - Release
33
on:
44
workflow_dispatch:
55
schedule:
@@ -21,7 +21,7 @@ jobs:
2121
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
2222
with:
2323
version: "v0.115.0"
24-
- name: "Run updatecli only on monitored pipelines"
24+
- name: "Run updatecli only on Updatecli release event"
2525
run: updatecli compose apply --clean-git-branches=true --labels="release:updatecli" --experimental
2626
env:
2727
UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}

0 commit comments

Comments
 (0)