From b681ae47625736d7fc464386eb61f05e7aafbee4 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Mon, 16 Sep 2024 12:09:40 +0100 Subject: [PATCH] ci: update benchmarks back to stable tag (#102) --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7e86b8a9..4095cd04 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -110,7 +110,7 @@ jobs: # If you would like to make a change to the benchmarks workflow, please do it in the era-compiler-ci repository benchmarks: needs: target-machine - uses: matter-labs/era-compiler-ci/.github/workflows/benchmarks.yml@aba-fix-benchmarks-json + uses: matter-labs/era-compiler-ci/.github/workflows/benchmarks.yml@v1 secrets: inherit strategy: fail-fast: false