diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c1ec686..6136196 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -94,7 +94,7 @@ jobs: # If you would like to make a change to the integration tests workflow, please do it in the era-compiler-ci repository integration-tests: needs: target-machine - uses: matter-labs/era-compiler-ci/.github/workflows/integration-tests.yaml@v1 + uses: matter-labs/era-compiler-ci/.github/workflows/integration-tests.yaml@aba-fix-forks-branches secrets: inherit strategy: fail-fast: false @@ -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@v1 + uses: matter-labs/era-compiler-ci/.github/workflows/benchmarks.yml@aba-fix-forks-branches secrets: inherit strategy: fail-fast: false