run even if fails

This commit is contained in:
Michael Thomas 2023-03-06 12:56:26 +00:00
parent a0d9a89997
commit 9e0bc3ce5f

View file

@ -18,6 +18,7 @@ jobs:
with: with:
name: artifacts name: artifacts
- name: Display structure of downloaded files - name: Display structure of downloaded files
if: always()
run: ls -R run: ls -R
- run: python get_context.py ${{ secrets.ACCESS_TOKEN }} mstdn.thms.uk 1 1 - run: python get_context.py ${{ secrets.ACCESS_TOKEN }} mstdn.thms.uk 1 1
- name: Upload artifacts - name: Upload artifacts