1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-16 05:04:04 +00:00

CI: always run bundle job

This commit is contained in:
2023-06-22 11:04:39 +02:00
parent fcdefedffd
commit 0365e8e0ec

View File

@ -74,8 +74,9 @@ jobs:
bundle: bundle:
name: Bundle artifacts name: Bundle artifacts
needs: build
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
needs: build
if: ${{ always() }}
steps: steps:
- name: Download artifacts - name: Download artifacts