Skip to content

Commit

Permalink
Reused workflow 'lint-test' for 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
vertisan committed Oct 12, 2024
1 parent d215d93 commit e705898
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Release Charts

on:
workflow_run:
workflows: [Lint and Test Charts]
types:
- completed
push:
tags:
- '*'

jobs:
lint-test:
uses: vertisan/helm-charts/.github/workflows/lint-test.yaml@master

release:
permissions:
contents: write
Expand Down

0 comments on commit e705898

Please sign in to comment.