diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index e4b524047..6986d726e 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -287,7 +287,7 @@ jobs: if ! grep ${LINE} ${IGNORE_INTERMITTENT} then MSG="Congrats! The gnu test ${LINE} is no longer failing!" - echo "::warning ::$MSG" + echo "::notice ::$MSG" echo $MSG >> ${COMMENT_LOG} else MSG="Skipping an intermittent issue ${LINE} (passes in this run but fails in the 'main' branch)"