diff --git a/.github/workflows/ci-ui.yaml b/.github/workflows/ci-ui.yaml index 8d15e6faa5b..ddc8e363711 100644 --- a/.github/workflows/ci-ui.yaml +++ b/.github/workflows/ci-ui.yaml @@ -67,6 +67,7 @@ jobs: timeout-minutes: 30 runs-on: ubuntu-latest needs: ui-sb-build + if: always() && needs.ui-sb-build.result == 'success' steps: - name: Fetch custom Github Actions and base branch history uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1