diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3267e45a..af2c2e0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,20 +23,11 @@ jobs: printenv secrets: inherit - ci-common: - uses: carousell/cicd-workflows/.github/workflows/ci-common.yml@main - with: - bu: cs - secrets: inherit - ci-status: uses: carousell/cicd-workflows/.github/workflows/ci-status.yml@main if: ${{ always() }} needs: - unit-tests - - ci-common with: bu: cs - secrets: inherit - - + secrets: inherit \ No newline at end of file