Skip to content

Commit

Permalink
Remove concurrency from resequence test
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Oct 23, 2024
1 parent 40b48ec commit afb9eb6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test-resequence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,18 @@ on:
push:
branches:
- zkevm
- zkevm-2.60
pull_request:
branches:
- zkevm
- zkevm-2.60
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
resequence-test:
runs-on: ubuntu-latest
# TODO: Add "cdk-validium" once it's ready
# strategy:
# matrix:
# da-mode: [ "rollup" ]
steps:
- name: Checkout cdk-erigon
uses: actions/checkout@v4
Expand Down

0 comments on commit afb9eb6

Please sign in to comment.