mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
ci: job naming improvements and success job for matrix (#12316)
Co-authored-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
parent
77e6a6d78b
commit
0d6bef2c05
6 changed files with 24 additions and 7 deletions
1
.github/workflows/docs-build.yml
vendored
1
.github/workflows/docs-build.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
run: echo "should_force=${{ github.event_name == 'release' }}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
build:
|
||||
name: Docs Build
|
||||
needs: pre-job
|
||||
if: ${{ needs.pre-job.outputs.should_run == 'true' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue