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