diff --git a/.github/workflows/ci-cd-pipeline.yaml b/.github/workflows/ci-cd-pipeline.yaml index 14d6c11..9e56f36 100644 --- a/.github/workflows/ci-cd-pipeline.yaml +++ b/.github/workflows/ci-cd-pipeline.yaml @@ -54,7 +54,6 @@ jobs: id-token: write contents: read needs: changes - if: ${{ needs.changes.outputs.frontend == 'false' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4