Skip to content

Commit cf25f75

Browse files
wingologanek
authored andcommitted
Test upload: allow merge from main to be empty
1 parent c865ed0 commit cf25f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
git checkout HEAD tests/assemblyscript/testsuite
147147
git checkout HEAD tests/c/testsuite
148148
git checkout HEAD tests/rust/testsuite
149-
git commit -m "Merge commit ${{ github.sha }} into prod/testsuite-base"
149+
git diff --quiet || git commit -m "Merge commit ${{ github.sha }} into prod/testsuite-base"
150150
151151
- name: Remove existing binaries
152152
run: rm -rf tests/${{ matrix.suite }}/testsuite

0 commit comments

Comments
 (0)