Skip to content

Commit

Permalink
Merge pull request #591 from bcgov/i5okie/workflow-hotfix
Browse files Browse the repository at this point in the history
[hotfix] Fix typo in helm-testing step
  • Loading branch information
i5okie authored Jul 26, 2024
2 parents c2bbfc7 + b038e38 commit 1a1052c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_push_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
update_configs_repo:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1a1052c

Please sign in to comment.