Skip to content

Commit

Permalink
update pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley committed Apr 24, 2024
1 parent 40d0d03 commit 043399a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release Chart

on:
push:
branches:
- main
tags:
- "v*"

jobs:
release:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected].github.com"
git config user.name blobbot-helm
git config user.email blobbot-helm@github.com
- name: Test
run: make chart-test

0 comments on commit 043399a

Please sign in to comment.