From df67a2492ae9d035ee2855d30ebc42afa17787e6 Mon Sep 17 00:00:00 2001 From: Johan Brook Date: Fri, 18 Oct 2024 23:19:05 +0200 Subject: [PATCH] continue-on-error: true --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 433abe800..311ffe4ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -92,6 +92,7 @@ jobs: steps: - name: Download Mastodon todo uses: actions/download-artifact@v4 + continue-on-error: true with: name: mastodon-todo @@ -116,6 +117,7 @@ jobs: - name: Download Mastodon todo uses: actions/download-artifact@v4 + continue-on-error: true with: name: mastodon-todo