Skip to content

Commit

Permalink
Disable some useless ci (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx authored Sep 25, 2024
1 parent d6cc80d commit c5a9ee9
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd-main-branch-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ env:

on:
push:
branches:
- 'main'
paths-ignore:
- '.github/**'
# branches:
# - 'main'
# paths-ignore:
# - '.github/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker tags
on:
push:
tags:
- 'y*.*.*'
- '*.*.*'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hive-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Hive (Nightly)

on:
schedule:
- cron: "0 01 * * *" # run at 1 am UTC every day
# schedule:
# - cron: "0 01 * * *" # run at 1 am UTC every day
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-clean-exit-block-downloading.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: QA - Clean exit (block downloading)

on:
schedule:
- cron: '0 8 * * 1-6' # Run every day at 08:00 AM UTC except Sunday
# schedule:
# - cron: '0 8 * * 1-6' # Run every day at 08:00 AM UTC except Sunday
workflow_dispatch: # Run manually

jobs:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/qa-clean-exit-snapshot-downloading.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: QA - Clean exit (snapshot downloading)

on:
push:
branches:
- main
- 'release/3.*'
pull_request:
branches:
- main
- 'release/3.*'
types:
- ready_for_review
# push:
# branches:
# - main
# - 'release/3.*'
# pull_request:
# branches:
# - main
# - 'release/3.*'
# types:
# - ready_for_review
workflow_dispatch: # Run manually

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: QA - RPC Integration Tests

on:
schedule:
- cron: '0 8 * * *' # Run every day at 8:00 UTC
# schedule:
# - cron: '0 8 * * *' # Run every day at 8:00 UTC
workflow_dispatch: # Run manually
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-snap-download.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: QA - Snapshot Download

on:
schedule:
- cron: '0 0 * * 1-6' # Run every night at 00:00 AM UTC except Sunday
# schedule:
# - cron: '0 0 * * 1-6' # Run every night at 00:00 AM UTC except Sunday
workflow_dispatch: # Run manually

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-sync-from-scratch-minimal-node.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: QA - Sync from scratch (minimal node)

on:
schedule:
- cron: '0 0 * * *' # Run every night at 00:00 AM UTC
# schedule:
# - cron: '0 0 * * *' # Run every night at 00:00 AM UTC
workflow_dispatch: # Run manually

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-sync-from-scratch.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: QA - Sync from scratch

on:
schedule:
- cron: '0 0 * * 0' # Run on Sunday at 00:00 AM UTC
# schedule:
# - cron: '0 0 * * 0' # Run on Sunday at 00:00 AM UTC
workflow_dispatch: # Run manually

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-tip-tracking-polygon.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: QA - Tip tracking (Polygon)

on:
schedule:
- cron: '0 0 * * 1-6' # Run every night at 00:00 AM UTC except Sunday
# schedule:
# - cron: '0 0 * * 1-6' # Run every night at 00:00 AM UTC except Sunday
workflow_dispatch: # Run manually

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-tip-tracking.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: QA - Tip tracking

on:
schedule:
- cron: '0 0 * * 1-6' # Run every night at 00:00 AM UTC except Sunday
# schedule:
# - cron: '0 0 * * 1-6' # Run every night at 00:00 AM UTC except Sunday
workflow_dispatch: # Run manually

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Kurtosis Assertoor GitHub Action

on:
schedule:
- cron: "0 2,14 * * *" # runs at 2am and 2pm UTC
# schedule:
# - cron: "0 2,14 * * *" # runs at 2am and 2pm UTC
workflow_dispatch:
# pull_request:
# branches:
Expand Down
6 changes: 3 additions & 3 deletions tests/erigon-ext-test/go.mod.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module example.com/erigon-ext-test

go 1.20

require github.com/erigontech/erigon $COMMIT_SHA
replace github.com/erigontech/erigon => github.com/node-real/bsc-erigon $COMMIT_SHA

replace github.com/erigontech/erigon-lib => github.com/erigontech/erigon/erigon-lib $COMMIT_SHA
replace github.com/erigontech/erigon-lib => github.com/node-real/erigon/erigon-lib $COMMIT_SHA

require github.com/ethereum/go-ethereum v1.13.3
require github.com/ethereum/go-ethereum v1.13.5

0 comments on commit c5a9ee9

Please sign in to comment.