Skip to content

Commit

Permalink
fixing minor-version-upgrade-util
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthBITS committed Jan 22, 2025
1 parent bebad66 commit 368ac14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
extension_branch: ${{ inputs.extension_branch }}

- name: Save cache
if: always()
if: always() && steps.build-extensions-newer.outcome == 'success'
uses: ./.github/composite-actions/save-ccache

# Not created and used composite action update-extensions here since, in the previous step it has
Expand Down

0 comments on commit 368ac14

Please sign in to comment.