Explorar el Código

Limit concurrency of formal-verification runs

Francisco Giordano hace 2 años
padre
commit
e69248e551
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .github/workflows/formal-verification.yml

+ 2 - 0
.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