From e295932348afe9e2990fde337ea755253f84fdb7 Mon Sep 17 00:00:00 2001 From: VioletHynes Date: Tue, 18 Jun 2024 15:26:58 -0400 Subject: [PATCH] reorder? --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c558d0be54de..ce278c8bb2b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,10 +50,10 @@ jobs: if: always() name: Bench needs: setup - uses: ./hack-week-benchmark.yml - secrets: inherit + uses: ./.github/workflows/hack-week-benchmark.yml with: checkout-ref: ${{ needs.setup.outputs.checkout-ref }} + secrets: inherit test-go: # Run Go tests if the vault app changed