Skip to content

Commit

Permalink
fix the reference to the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeriann committed Aug 27, 2024
1 parent cb99129 commit 29948b0
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_build.yml@reusable-workflows-for-fuzzer-ci
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_build.yml@a718b91bfe729290ad0525722cd77651416d2046
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: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_fuzzer.yml@reusable-workflows-for-fuzzer-ci
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_fuzzer.yml@a718b91bfe729290ad0525722cd77651416d2046
with:
fuzzer: ${{ matrix.fuzzer }}
data: ${{ matrix.data }}
Expand Down

0 comments on commit 29948b0

Please sign in to comment.