Skip to content

Commit

Permalink
added new ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajith-nataraj committed Oct 16, 2023
1 parent 8ba1089 commit 3c56676
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3c56676

Please sign in to comment.