From 6aeeeeded221e2440b3d2f0097c4664d8784ed09 Mon Sep 17 00:00:00 2001 From: Dmytro Biloshytskyi Date: Thu, 19 Sep 2024 08:28:28 +0000 Subject: [PATCH] Changed CI branch to test upstream --- .github/workflows/dashboard_erigon_cancun.yml | 6 +++--- .github/workflows/dashboard_erigon_cancun_jq.yml | 6 +++--- .github/workflows/dashboard_erigon_engine_api.yml | 6 +++--- .github/workflows/dashboard_erigon_engine_auth.yml | 6 +++--- .github/workflows/dashboard_erigon_engine_exchange.yml | 6 +++--- .github/workflows/dashboard_erigon_withdrawals.yml | 6 +++--- .github/workflows/dashboard_erigon_withdrawals_jq.yml | 6 +++--- .github/workflows/dashboard_nethermind_cancun.yml | 6 +++--- .github/workflows/dashboard_nethermind_engine_api.yml | 6 +++--- .github/workflows/dashboard_nethermind_engine_auth.yml | 6 +++--- .github/workflows/dashboard_nethermind_engine_exchange.yml | 6 +++--- .github/workflows/dashboard_nethermind_withdrawals.yml | 6 +++--- 12 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/dashboard_erigon_cancun.yml b/.github/workflows/dashboard_erigon_cancun.yml index 8bb13abd2f..66348ddd2f 100644 --- a/.github/workflows/dashboard_erigon_cancun.yml +++ b/.github/workflows/dashboard_erigon_cancun.yml @@ -6,10 +6,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -35,7 +35,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_erigon_cancun_jq.yml b/.github/workflows/dashboard_erigon_cancun_jq.yml index d78fb6322a..577c6943bf 100644 --- a/.github/workflows/dashboard_erigon_cancun_jq.yml +++ b/.github/workflows/dashboard_erigon_cancun_jq.yml @@ -4,10 +4,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -33,7 +33,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_erigon_engine_api.yml b/.github/workflows/dashboard_erigon_engine_api.yml index 2c65b1a143..3007bea87a 100644 --- a/.github/workflows/dashboard_erigon_engine_api.yml +++ b/.github/workflows/dashboard_erigon_engine_api.yml @@ -7,10 +7,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -36,7 +36,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_erigon_engine_auth.yml b/.github/workflows/dashboard_erigon_engine_auth.yml index 21e98d3150..11f1a1daf7 100644 --- a/.github/workflows/dashboard_erigon_engine_auth.yml +++ b/.github/workflows/dashboard_erigon_engine_auth.yml @@ -6,10 +6,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -35,7 +35,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_erigon_engine_exchange.yml b/.github/workflows/dashboard_erigon_engine_exchange.yml index 12c336a1f6..8d249404f1 100644 --- a/.github/workflows/dashboard_erigon_engine_exchange.yml +++ b/.github/workflows/dashboard_erigon_engine_exchange.yml @@ -6,10 +6,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -35,7 +35,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_erigon_withdrawals.yml b/.github/workflows/dashboard_erigon_withdrawals.yml index 9f0c5d3f6e..bcfd7118b4 100644 --- a/.github/workflows/dashboard_erigon_withdrawals.yml +++ b/.github/workflows/dashboard_erigon_withdrawals.yml @@ -6,10 +6,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -35,7 +35,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_erigon_withdrawals_jq.yml b/.github/workflows/dashboard_erigon_withdrawals_jq.yml index 64ba29b1e0..bcc0e6368a 100644 --- a/.github/workflows/dashboard_erigon_withdrawals_jq.yml +++ b/.github/workflows/dashboard_erigon_withdrawals_jq.yml @@ -4,10 +4,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -33,7 +33,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_nethermind_cancun.yml b/.github/workflows/dashboard_nethermind_cancun.yml index b2784ec923..e771e22555 100644 --- a/.github/workflows/dashboard_nethermind_cancun.yml +++ b/.github/workflows/dashboard_nethermind_cancun.yml @@ -6,10 +6,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -35,7 +35,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_nethermind_engine_api.yml b/.github/workflows/dashboard_nethermind_engine_api.yml index 7d8c75efad..83bbcc2ae2 100644 --- a/.github/workflows/dashboard_nethermind_engine_api.yml +++ b/.github/workflows/dashboard_nethermind_engine_api.yml @@ -7,10 +7,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -36,7 +36,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_nethermind_engine_auth.yml b/.github/workflows/dashboard_nethermind_engine_auth.yml index 0035de8f79..6b8033003a 100644 --- a/.github/workflows/dashboard_nethermind_engine_auth.yml +++ b/.github/workflows/dashboard_nethermind_engine_auth.yml @@ -7,10 +7,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -36,7 +36,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_nethermind_engine_exchange.yml b/.github/workflows/dashboard_nethermind_engine_exchange.yml index fa9af86117..47d8f1fc0b 100644 --- a/.github/workflows/dashboard_nethermind_engine_exchange.yml +++ b/.github/workflows/dashboard_nethermind_engine_exchange.yml @@ -7,10 +7,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -36,7 +36,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./... diff --git a/.github/workflows/dashboard_nethermind_withdrawals.yml b/.github/workflows/dashboard_nethermind_withdrawals.yml index ec7ec32e0a..62ed944483 100644 --- a/.github/workflows/dashboard_nethermind_withdrawals.yml +++ b/.github/workflows/dashboard_nethermind_withdrawals.yml @@ -6,10 +6,10 @@ on: workflow_dispatch: push: branches: - - reflow + - sync-upstream pull_request: branches: - - reflow + - sync-upstream types: [ closed ] jobs: @@ -35,7 +35,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - ref: reflow + ref: sync-upstream - name: Download dependencies run: go get -v ./...