Skip to content

Commit

Permalink
ci: run new integration-test flow on dev branch (#12948)
Browse files Browse the repository at this point in the history
when new flow will ready need uncomment this lines
  • Loading branch information
AskAlexSharov authored Dec 2, 2024
1 parent 10105c5 commit 7354753
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test-integration-erigon.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Integration tests - ERIGON
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 7354753

Please sign in to comment.