diff --git a/.github/workflows/pull-components.yml b/.github/workflows/pull-components.yml index f1b6c542..1794024a 100644 --- a/.github/workflows/pull-components.yml +++ b/.github/workflows/pull-components.yml @@ -229,7 +229,8 @@ jobs: done finish: - needs: pull + needs: [prepare, pull] + if: always() && needs.prepare.result == 'success' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3