From 9e0bc3ce5fcfcd70ed1e2dd0759515970af5436f Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 6 Mar 2023 12:56:26 +0000 Subject: [PATCH] run even if fails --- .github/workflows/get_context.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 7317f55..02be87d 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -18,6 +18,7 @@ jobs: with: name: artifacts - name: Display structure of downloaded files + if: always() run: ls -R - run: python get_context.py ${{ secrets.ACCESS_TOKEN }} mstdn.thms.uk 1 1 - name: Upload artifacts