From 0365e8e0ec402802559cd20fdeccefd4c653ba7e Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Thu, 22 Jun 2023 11:04:39 +0200 Subject: [PATCH] CI: always run bundle job --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df5c857..c76927f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,8 +74,9 @@ jobs: bundle: name: Bundle artifacts - needs: build runs-on: ubuntu-22.04 + needs: build + if: ${{ always() }} steps: - name: Download artifacts