Skip to content

Commit

Permalink
CI: Run 'generate community extension docs' only on the main repo's m…
Browse files Browse the repository at this point in the history
…ain branch
  • Loading branch information
szarnyasg committed Jan 6, 2025
1 parent 610a219 commit a078c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/community_extension_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
needs:
- generate_docs
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'duckdb/duckdb-web' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a078c43

Please sign in to comment.