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 7185277
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .github/workflows/test-fuzzer-ci-still-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,30 @@ on:

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
name: boop
runs-on: ubuntu-latest
steps:
- 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
echo "Actions repo"
echo ${{ github.action_repository }}
echo "doot"
echo ${{ github.workflow_ref }}
echo "mayboot"
echo ${{ github.workflow_sha}}
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 7185277

Please sign in to comment.