Skip to content

Commit

Permalink
chore: refactor workflow naming (#1470)
Browse files Browse the repository at this point in the history
* chore: refactor workflow naming

Signed-off-by: chenk <[email protected]>

* chore: refactor workflow naming

Signed-off-by: chenk <[email protected]>

---------

Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Aug 31, 2023
1 parent acdcbb2 commit 49ecc26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-chart-appVersion.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate Chart appVersion change
name: Chart-Content

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ on:
- deploy/helm/Chart.yaml

jobs:
check-appversion-change:
appVersion-validation:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 49ecc26

Please sign in to comment.