Skip to content

Commit

Permalink
ci: test bugfix for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Aug 27, 2024
1 parent 74478bf commit 7921362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7921362

Please sign in to comment.