Skip to content

Commit

Permalink
Изменяем имя workflow run для release-oci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voronkov committed Jan 15, 2025
1 parent cb393eb commit ec4d22c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-oci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Publish Helm Charts to ghcr.io
run-name: "Publish Helm Charts for Tag ${{ inputs.tag }} ${GITHUB_REF#refs/tags/} (Run #${{ github.run_number }})"
run-name: "Publish Helm Charts for Tag ${{ inputs.tag || github.event_name }} (Run #${{ github.run_number }})"

on:
push:
Expand All @@ -13,10 +13,8 @@ on:
default: "1.0.0"

jobs:
deploy:
publish-helm-charts:
runs-on: ubuntu-latest


steps:
# ШАГ 1. Узнаем, откуда пришел workflow (пуш тега или ручной запуск)
- name: Determine if workflow is running from tag or input
Expand Down

0 comments on commit ec4d22c

Please sign in to comment.