Skip to content

Commit

Permalink
AAE-17877 clean cache condition
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak committed Nov 27, 2023
1 parent 74b99db commit 2aebc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ runs:
git push origin $VERSION
- name: Clean m2 cache
if: github.event_name == 'push'
if: github.event_name == 'push' && github.event.repository.default_branch == github.ref_name
shell: bash
run: |
rm -fr ~/.m2/repository/org/activiti
Expand Down

0 comments on commit 2aebc12

Please sign in to comment.