Update .forgejo/workflows/build.yml
This commit is contained in:
parent
fb888cbd4b
commit
80ab09781e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
build-container-fallback:
|
||||
needs: build-container
|
||||
if: needs.build-container.result == 'failure'
|
||||
if: always() && needs.build-container.result == 'failure'
|
||||
runs-on: docker
|
||||
steps:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue