mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +00:00
CI: always run bundle job
This commit is contained in:
parent
fcdefedffd
commit
0365e8e0ec
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user