Skip to content

Commit

Permalink
Fix the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Sep 24, 2024
1 parent 9627a32 commit 0d1874e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
outputs:
PR_OPEN: ${{ steps.check_pr.outputs.PR_OPEN }}
steps:
- name: Checkout Code Repository
uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Check for open PR
id: check_pr
run: |
Expand Down

0 comments on commit 0d1874e

Please sign in to comment.