Skip to content

Commit

Permalink
yes cool
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Sep 3, 2024
1 parent 292196c commit d7ced49
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test-fuzzer-ci-still-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,21 @@ 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 }}/${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
git_url: ${{ github.actor }}/duckdb_sqlsmith
git_tag: ${{ github.sha }}
timeout-minutes: 120

Expand Down

0 comments on commit d7ced49

Please sign in to comment.