Skip to content

Commit

Permalink
fix organisation name
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeriann committed Aug 27, 2024
1 parent 14e5c98 commit cb99129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-fuzzer-ci-still-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-duckdb:
name: Build DuckDB
uses: duckdb/duckdb-fuzzer-ci/.github/workflows/reusable_build.yml@reusable-workflows-for-fuzzer-ci
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_build.yml@reusable-workflows-for-fuzzer-ci
with:
git_url: ${{ github.actor }}
git_tag: ${{ github.ref_name }}
Expand All @@ -25,7 +25,7 @@ jobs:
matrix:
fuzzer: [duckfuzz, sqlsmith, duckfuzz_functions]
data: [emptyalltypes]
uses: duckdb/duckdb-fuzzer-ci/.github/workflows/reusable_fuzzer.yml@reusable-workflows-for-fuzzer-ci
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_fuzzer.yml@reusable-workflows-for-fuzzer-ci
with:
fuzzer: ${{ matrix.fuzzer }}
data: ${{ matrix.data }}
Expand Down

0 comments on commit cb99129

Please sign in to comment.