Skip to content

Commit

Permalink
See if it picks anything up at all
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaalexp committed Jun 13, 2024
1 parent 7bd22ea commit 07f1b2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/helm_release_tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
name: Release
name: Tester
runs-on: ubuntu-latest
steps:
- id: github-repository
Expand All @@ -29,9 +29,9 @@ jobs:
- name: Get specific changed files
id: helm-specific-changes
uses: tj-actions/changed-files@v44
with:
files: |
charts/kubernetes-sidecar-injector
# with:
# files: |
# charts/kubernetes-sidecar-injector

- name: List all changed files markdown files
if: steps.helm-specific-changes.outputs.any_changed == 'true'
Expand Down

0 comments on commit 07f1b2d

Please sign in to comment.