Skip to content

Commit

Permalink
Do not deploy when jobs were skipped (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino authored Nov 12, 2024
1 parent 63974dc commit af7ba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
deploy-nucliadb-components:
name: Deploy NucliaDB components
runs-on: ubuntu-24.04
if: ${{ !failure() && !cancelled() }}
if: ${{ !failure() && !cancelled() && needs.upload-chart-nucliadb-shared.result != 'skipped' && needs.upload-chart-nucliadb-component.result != 'skipped' && needs.upload-chart-nucliadb-node.result != 'skipped' }}
needs:
- upload-chart-nucliadb-shared
- upload-charts-nucliadb-component
Expand Down

0 comments on commit af7ba46

Please sign in to comment.