From a44c42b60e73de3bc1297fe878086f75ebfa6770 Mon Sep 17 00:00:00 2001 From: Paul Gaiduk Date: Tue, 22 Oct 2024 11:34:32 +0200 Subject: [PATCH] Refactor GitHub Actions workflow to always collect info and logs Signed-off-by: Paul Gaiduk --- .github/actions/run-eden-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-eden-test/action.yml b/.github/actions/run-eden-test/action.yml index c9393c14f..54df4f43b 100644 --- a/.github/actions/run-eden-test/action.yml +++ b/.github/actions/run-eden-test/action.yml @@ -71,7 +71,7 @@ runs: AZIOT_ID_SCOPE: ${{ inputs.aziot_id_scope }} AZIOT_CONNECTION_STRING: ${{ inputs.aziot_connection_string }} - name: Collect info - if: failure() + if: always() uses: ./eden/.github/actions/collect-info - name: Collect logs if: always()