Skip to content

Commit

Permalink
thank you very cool
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Sep 3, 2024
1 parent d7ced49 commit a81c4fc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/test-fuzzer-ci-still-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,12 @@ on:
- '!main'

jobs:
get-branch-name:
name: Get branch get-branch-name
shell: bash
run: |
echo "head ref ="
echo ${{ github.head_ref }}
echo "ref ="
echo ${{ github.ref }}
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
build-duckdb:
name: Build DuckDB
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/build_fuzzer.yml@main
with:
git_url: ${{ github.actor }}/duckdb_sqlsmith
git_tag: ${{ github.sha }}
git_tag: ${{ github.head_ref }}
timeout-minutes: 120

fuzzer:
Expand Down

0 comments on commit a81c4fc

Please sign in to comment.