diff --git a/.github/workflows/test-integration-erigon.yml b/.github/workflows/test-integration-erigon.yml index 38d13b551c7..30bd9609974 100644 --- a/.github/workflows/test-integration-erigon.yml +++ b/.github/workflows/test-integration-erigon.yml @@ -3,11 +3,11 @@ on: push: branches: - test-integration-michele - # - main - # - 'release/**' + - main + - 'release/**' pull_request: branches: - # - main + - main types: - opened - reopened @@ -25,7 +25,9 @@ jobs: os: - ubuntu-22.04 - macos-14 + # Performance vs. cost will be assessed and only one runner will eventually be left - ubuntu-latest-erigontests-large + - ubuntu-latest-erigontests-xlarge runs-on: ${{ matrix.os }} steps: @@ -38,7 +40,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: '1.23' - cache: ${{ contains(fromJSON('["refs/heads/main"]'), github.ref) }} + cache: ${{ contains(fromJSON('["refs/heads/main","refs/heads/release/2.60","refs/heads/release/2.61"]'), github.ref) }} - name: Install dependencies on Linux if: runner.os == 'Linux' run: sudo apt update && sudo apt install build-essential