Skip to content

Commit

Permalink
extract warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Mar 29, 2024
1 parent 6bfd659 commit bdf66f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:

run_extract_warnings:
# Let's only do this for the job `run_tests_gpu` to simplify the (already complex) logic.
if: ${{ inputs.job == 'run_tests_gpu' }}
if: ${{ always() && inputs.job == 'run_tests_gpu' }}
name: Extract warnings in CI artifacts
runs-on: ubuntu-22.04
needs: [setup, run_tests_gpu]
Expand Down

0 comments on commit bdf66f5

Please sign in to comment.