From 93c80080d85346ed3deaec25771b0531bca36adf Mon Sep 17 00:00:00 2001 From: Michele Modolo <70838029+michelemodolo@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:17:30 +0100 Subject: [PATCH] Fix issue #12644 (#12973) This issue should now be fixed. Additional comments will be done on 09Dec at 10:00 (devops prioritisation meeting). --------- Co-authored-by: Michele Modolo --- .github/workflows/test-integration-erigon.yml | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-integration-erigon.yml b/.github/workflows/test-integration-erigon.yml index 47e30c778ee..48523f7d58f 100644 --- a/.github/workflows/test-integration-erigon.yml +++ b/.github/workflows/test-integration-erigon.yml @@ -2,17 +2,16 @@ name: Integration tests - ERIGON on: push: branches: - - test-integration-michele -# - main -# - 'release/**' -# pull_request: -# branches: -# - main -# types: -# - opened -# - reopened -# - synchronize -# - ready_for_review + - main + - 'release/**' + pull_request: + branches: + - main + types: + - opened + - reopened + - synchronize + - ready_for_review schedule: - cron: '20 16 * * *' # daily at 16:20 UTC workflow_dispatch: