Skip to content

Commit

Permalink
bug: grep helm ls for repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 16, 2024
1 parent 8929661 commit eb76a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# Before date, list of releases
BEFORE=$(date +%s -d "${{ env.CUTOFF }}")
RELEASES=$(helm ls -aq)
RELEASES=$(helm ls -aq | grep ${{ github.event.repository.name }})
# If releases, then iterate
[ -z "${RELEASES}" ]|| for r in ${RELEASES[@]}; do
Expand Down

0 comments on commit eb76a11

Please sign in to comment.