From 4bfe3121262eaaf2d13b439a70a2165c775f6a8f Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Mon, 23 Oct 2023 15:42:45 +0200 Subject: [PATCH] Fix github message from acceptance tests Signed-off-by: Jordi Massaguer Pla --- .github/workflows/acceptance_tests_feedback.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/acceptance_tests_feedback.yml b/.github/workflows/acceptance_tests_feedback.yml index 903b85842d68..ba82dd05d239 100644 --- a/.github/workflows/acceptance_tests_feedback.yml +++ b/.github/workflows/acceptance_tests_feedback.yml @@ -27,8 +27,7 @@ jobs: You can also check the artifacts section, which contains the logs at https://github.com/uyuni-project/uyuni/pull/${{ github.event.pull_request.number }}/checks. See the [troubleshooting guide](https://github.com/uyuni-project/uyuni/wiki/Running-Acceptance-Tests-at-PR#troubleshooting) if you need any help. - :warning: You should not merge if acceptance tests fail to pass. :warning: - Happy hacking! - body-include: "" + + body-include: ":warning: You should not merge if acceptance tests fail to pass. :warning:"