Limit concurrency of formal-verification runs

pull/4119/head
Francisco Giordano 2 years ago
parent e739144cb0
commit e69248e551
  1. 2
      .github/workflows/formal-verification.yml

@ -18,6 +18,8 @@ env:
JAVA_VERSION: '11'
SOLC_VERSION: '0.8.19'
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
apply-diff:
runs-on: ubuntu-latest

Loading…
Cancel
Save