Skip to content

Commit

Permalink
Commit only with different checksum again
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 5, 2023
1 parent 9d36d72 commit 2f74df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phar.yml
Expand Up @@ -234,7 +234,7 @@ jobs:
args: --no-default-features

- name: "Commit PHAR - development"
if: "!startsWith(github.ref, 'refs/tags/')"
if: "!startsWith(github.ref, 'refs/tags/') && steps.checksum-difference.outputs.result == 'different'"
working-directory: phpstan-dist
run: |
git config --global user.name "Ondrej Mirtes"
Expand Down

0 comments on commit 2f74df7

Please sign in to comment.