Skip to content

Commit

Permalink
ci: debug helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Nov 1, 2024
1 parent 402426e commit 6bb3e1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- ci/fix-helm-release
paths:
- 'charts/k6-operator/Chart.yaml'

Expand All @@ -27,6 +28,8 @@ jobs:
git add charts/k6-operator/values.schema.json
git diff --cached | tee diff.file
echo "WC_DIFF=$(wc -c < diff.file)" >> "$GITHUB_OUTPUT"
echo "Diff is $WC_DIFF."
cat diff.file
- name: "Make PR"
if: ${{ steps.branch.WC_DIFF }} > 0
Expand Down

0 comments on commit 6bb3e1b

Please sign in to comment.