Skip to content

Commit

Permalink
Check readding branches and making the name shorter and without spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Oct 31, 2024
1 parent e2b5126 commit 6a4b5ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image
name: Docker
on:
merge_group:
push:
Expand Down
15 changes: 13 additions & 2 deletions .github/workflows/hive.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Runs the specified hive testing suites
name: Hive
on:
merge_group:
push:
branches: [main]
pull_request:
branches: ["*"]
paths-ignore:
- "crates/l2/**"
- 'README.md'
- 'LICENSE'
- "**/README.md"
- "**/docs/**"
workflow_run:
workflows: [Docker Image]
workflows: [Docker]
types:
- completed

Expand All @@ -16,7 +27,6 @@ env:
jobs:
run-hive:
name: ${{ matrix.name }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -36,6 +46,7 @@ jobs:
- simulation: engine-cancun
name: "Cancun Engine tests"
run_command: make run-hive SIMULATION=ethereum/engine TEST_PATTERN="cancun/Unique Payload ID|ParentHash equals BlockHash on NewPayload|Re-Execute Payload|Payload Build after New Invalid Payload|RPC|Build Payload with Invalid ChainID|Invalid PayloadAttributes, Zero timestamp, Syncing=False|Invalid PayloadAttributes, Parent timestamp, Syncing=False|Invalid PayloadAttributes, Missing BeaconRoot, Syncing=False|Suggested Fee Recipient Test|PrevRandao Opcode Transactions Test|Invalid Missing Ancestor ReOrg, StateRoot"
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6a4b5ef

Please sign in to comment.