Skip to content

Commit

Permalink
Merge branch 'main' into singlestore
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik authored Sep 2, 2024
2 parents 372d480 + 37d20a5 commit b9626ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/registry-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch_depth: 1
# In the case of forked PRs, the forked repository will
# be checked out.
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
fetch-depth: 1

- name: Check for PR approvals
id: check-approval
Expand Down

0 comments on commit b9626ae

Please sign in to comment.