From 853ef426759e2a9ae1fd4ee7185364c4d08de569 Mon Sep 17 00:00:00 2001 From: Tom French Date: Tue, 16 Apr 2024 19:28:36 +0100 Subject: [PATCH] chore: fix alerts on rust msrv --- .github/workflows/test-rust-workspace-msrv.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-rust-workspace-msrv.yml b/.github/workflows/test-rust-workspace-msrv.yml index 49550ba71de..cdd7a064a8d 100644 --- a/.github/workflows/test-rust-workspace-msrv.yml +++ b/.github/workflows/test-rust-workspace-msrv.yml @@ -113,6 +113,7 @@ jobs: FAIL: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'skipped') }} - name: Checkout + if: ${{ failure() }} uses: actions/checkout@v4 # Raise an issue if the tests failed