Skip to content

Commit

Permalink
Testing removing also concurrency and just letting the on workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Oct 31, 2024
1 parent 6a4b5ef commit 851bb80
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/hive.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
# 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]
types:
- completed

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true


env:
RUST_VERSION: 1.80.1

jobs:
run-hive:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: ${{ matrix.name }}
runs-on: ubuntu-latest
strategy:
Expand All @@ -46,7 +32,6 @@ 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 851bb80

Please sign in to comment.