Skip to content

Avoid concurrent use of statedb #294

Avoid concurrent use of statedb

Avoid concurrent use of statedb #294

Workflow file for this run

name: PR only
on:
pull_request:
branches:
- master
- celo*
permissions:
contents: read
jobs:
dependencies:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: "Dependency Review"
uses: actions/dependency-review-action@v4
with:
warn-only: true