Skip to content

Commit

Permalink
[FIX,INFRA] Cron: Always create comment body
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Oct 27, 2024
1 parent f7bbf4b commit f5e2dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron_avx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_latest_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5e2dc8

Please sign in to comment.