Skip to content

Commit 2f74df7

Browse files
committed
Commit only with different checksum again
1 parent 9d36d72 commit 2f74df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
args: --no-default-features
235235

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

0 commit comments

Comments
 (0)