diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 186576df3f6c..c558d0be54de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: if: always() name: Bench needs: setup - uses: ./.github/workflows/hack-week-benchmark.yml + uses: ./hack-week-benchmark.yml secrets: inherit with: checkout-ref: ${{ needs.setup.outputs.checkout-ref }}