From f5e2dc8839edc91d3f875e770e4f4c77f69f71b5 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Sun, 27 Oct 2024 19:16:59 +0100 Subject: [PATCH] [FIX,INFRA] Cron: Always create comment body --- .github/workflows/cron_avx2.yml | 2 +- .github/workflows/cron_latest_libraries.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron_avx2.yml b/.github/workflows/cron_avx2.yml index 7bb494aa25..81f29adb72 100644 --- a/.github/workflows/cron_avx2.yml +++ b/.github/workflows/cron_avx2.yml @@ -77,7 +77,7 @@ jobs: python3 .github/workflows/scripts/process_compiler_error_log.py build/build.log >> $FILE - name: Create comment body - if: ${{ failure() }} + if: always() id: comment-body run: | if [[ "${{ job.status }}" == "success" ]]; then diff --git a/.github/workflows/cron_latest_libraries.yml b/.github/workflows/cron_latest_libraries.yml index 98b59d3d37..c473421c17 100644 --- a/.github/workflows/cron_latest_libraries.yml +++ b/.github/workflows/cron_latest_libraries.yml @@ -85,7 +85,7 @@ jobs: python3 .github/workflows/scripts/process_compiler_error_log.py build/build.log >> $FILE - name: Create comment body - if: ${{ failure() }} + if: always() id: comment-body run: | if [[ "${{ job.status }}" == "success" ]]; then