We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d36d72 commit 2f74df7Copy full SHA for 2f74df7
.github/workflows/phar.yml
@@ -234,7 +234,7 @@ jobs:
234
args: --no-default-features
235
236
- name: "Commit PHAR - development"
237
- if: "!startsWith(github.ref, 'refs/tags/')"
+ if: "!startsWith(github.ref, 'refs/tags/') && steps.checksum-difference.outputs.result == 'different'"
238
working-directory: phpstan-dist
239
run: |
240
git config --global user.name "Ondrej Mirtes"
0 commit comments