Skip to content

Commit

Permalink
add ci checks to cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Raroh73 committed Oct 21, 2024
1 parent 4ca8805 commit 3f30a23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: cd
on:
workflow_dispatch:
jobs:
ci:
uses: ./.github/workflows/ci.yaml
deploy:
needs: ci
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 3f30a23

Please sign in to comment.