Skip to content

Commit

Permalink
fix paths to the reusable workflows, since they were moved to the .wo…
Browse files Browse the repository at this point in the history
…rkflow directory of the source repo from the reusable_workflows directory
  • Loading branch information
hmeriann committed Sep 12, 2024
1 parent dfcac7f commit 36a0c86
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: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_workflows/build_fuzzer.yml@main
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/build_fuzzer.yml@main
with:
git_url: ${{ github.actor }}
git_tag: ${{ github.ref_name }}
Expand All @@ -31,7 +31,7 @@ jobs:
fuzzer: sqlsmith
- enable_verification: true
fuzzer: duckfuzz_functions
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_workflows/fuzz_duckdb.yml@main
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/fuzz_duckdb.yml@main
with:
fuzzer: ${{ matrix.fuzzer }}
data: ${{ matrix.data }}
Expand Down

0 comments on commit 36a0c86

Please sign in to comment.