Skip to content

Commit

Permalink
Merge branch 'main' into issue-66
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom authored Feb 22, 2024
2 parents 32cfdfc + 1ed5724 commit c701564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Check for values.yaml changes
uses: dorny/paths-filter@v2
id: filter
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}


test:
Expand Down

0 comments on commit c701564

Please sign in to comment.