diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96c39dd9a4..e8a2afa16b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -122,6 +122,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair + if: $ {{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \; @@ -146,6 +147,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair + if: $ {{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \; @@ -176,6 +178,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair + if: $ {{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \; diff --git a/.github/workflows/twisted_trunk.yml b/.github/workflows/twisted_trunk.yml index b5c729888f..637835b29a 100644 --- a/.github/workflows/twisted_trunk.yml +++ b/.github/workflows/twisted_trunk.yml @@ -36,6 +36,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair + if: $ {{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \;