1 parent d3ac604 commit df81934Copy full SHA for df81934
1 file changed
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
name: Build & Push Backend
88
needs: [quality-gates]
89
runs-on: ubuntu-latest
90
- if: github.event_name == 'workflow_dispatch' && inputs.push_to_registry || startsWith(github.ref, 'refs/tags/')
+ if: always() && (github.event_name == 'workflow_dispatch' && inputs.push_to_registry || startsWith(github.ref, 'refs/tags/'))
91
steps:
92
- name: Checkout
93
uses: actions/checkout@v4
0 commit comments