Limit concurrency of formal-verification runs

This commit is contained in:
Francisco Giordano
2023-03-13 21:05:14 -03:00
parent e739144cb0
commit e69248e551

View File

@ -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