Skip to content

Commit

Permalink
test other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram committed Oct 2, 2024
1 parent e7a7726 commit 6b08e64
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
iai:
runs-on: ubuntu-latest
# Only run benchmarks in merge groups and on main
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4
- name: Install Valgrind
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

name: book

on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:

jobs:
test:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/eth-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
sync:
name: sync / 100k blocks
# Only run sync tests in merge groups
if: github.event_name == 'merge_group'
runs-on: ubuntu-latest
env:
RUST_LOG: info,sync=error
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/op-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
sync:
name: op sync / 10k blocks
# Only run sync tests in merge groups
if: github.event_name == 'merge_group'
runs-on: ubuntu-latest
env:
RUST_LOG: info,sync=error
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
stage:
name: stage-run-test
# Only run stage commands test in merge groups
if: github.event_name == 'merge_group'
runs-on: ubuntu-latest
env:
RUST_LOG: info,sync=error
Expand Down

0 comments on commit 6b08e64

Please sign in to comment.