diff --git a/.github/workflows/faux-crucible-ci.yaml b/.github/workflows/faux-crucible-ci.yaml index 46d6884..907a8ea 100644 --- a/.github/workflows/faux-crucible-ci.yaml +++ b/.github/workflows/faux-crucible-ci.yaml @@ -1,4 +1,4 @@ -name: crucible-ci +name: faux-crucible-ci on: pull_request: @@ -10,7 +10,5 @@ on: - 'docs/**' jobs: - crucible-ci-complete: - runs-on: ubuntu-latest - steps: - - run: 'echo "No build required" ' + call-benchmark-crucible-ci: + uses: perftool-incubator/crucible-ci/.github/workflows/faux-benchmark-crucible-ci.yaml@main