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 dfeb220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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
7 changes: 2 additions & 5 deletions .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
workflow_dispatch:
pull_request:

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -22,8 +19,8 @@ jobs:

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.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 dfeb220

Please sign in to comment.