diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 086174654..dd41b9efe 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -194,6 +194,10 @@ jobs: mkdir -p ${COMMENT_DIR} echo ${{ github.event.number }} > ${COMMENT_DIR}/NR COMMENT_LOG="${COMMENT_DIR}/result.txt" + + # The comment log might be downloaded from a previous run + # We only want the new changes, so remove it if it exists. + rm -f ${COMMENT_LOG} touch ${COMMENT_LOG} if test -f "${REF_LOG_FILE}"; then