Explorar el Código

gha: Add concurrency restriction on release workflow (#4081)

TSRBerry hace 3 años
padre
commit
dca96122bf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/release.yml

+ 1 - 0
.github/workflows/release.yml

@@ -11,6 +11,7 @@ on:
       - '*.yml'
       - 'README.md'
 
+concurrency: release
 
 jobs:
   release: