Skip to content

Commit

Permalink
Fix issue #12644 (#12973)
Browse files Browse the repository at this point in the history
This issue should now be fixed. Additional comments will be done on
09Dec at 10:00 (devops prioritisation meeting).

---------

Co-authored-by: Michele Modolo <[email protected]>
  • Loading branch information
michelemodolo and Michele Modolo authored Dec 3, 2024
1 parent 7c7023d commit 93c8008
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/test-integration-erigon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 93c8008

Please sign in to comment.