Skip to content

Commit

Permalink
Merge pull request #596 from bcgov/fix/change-detection
Browse files Browse the repository at this point in the history
[workflow] Set fetch-depth to 0 to fetch all history
  • Loading branch information
esune authored Jul 30, 2024
2 parents 8fe68e5 + 75dfd78 commit e824acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on_push_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
helm_changed: ${{ steps.list-changed.outputs.changed }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down

0 comments on commit e824acb

Please sign in to comment.