From 9d4a5ac12504d64ff95cbf78886f290005684872 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Wed, 17 Jul 2024 19:43:46 +0300 Subject: [PATCH] CI: GitHub Action to test AlmaLinux arm64 distribution: Get failed tests #63 --- .github/workflows/almalinux-compose-test-arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/almalinux-compose-test-arm64.yml b/.github/workflows/almalinux-compose-test-arm64.yml index 22313de..f6b7b2b 100644 --- a/.github/workflows/almalinux-compose-test-arm64.yml +++ b/.github/workflows/almalinux-compose-test-arm64.yml @@ -365,7 +365,7 @@ jobs: echo "rerun_results=${rerun_results}" >> $GITHUB_ENV - name: Print failed tests - if: success() || failure() + if: success() || failure() && env.rerun_results != '' uses: actions/github-script@v7 with: result-encoding: string