Skip to content

Commit

Permalink
Remove override repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Dec 10, 2024
1 parent 1eb4f17 commit 82fda34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/TestCITools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,5 @@ jobs:
name: Code quality check
uses: ./.github/workflows/_extension_code_quality.yml
with:
extension_name: quack
override_repository: duckdb/extension-template
override_ci_tools_repository: ${{ github.repository }}
ci_tools_version: ${{ github.sha }}
1 change: 0 additions & 1 deletion .github/workflows/_extension_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Checkout current repository
if: ${{inputs.override_repository == ''}}
with:
fetch-depth: 0
submodules: 'true'
Expand Down

0 comments on commit 82fda34

Please sign in to comment.