We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb7ec9 commit c75b309Copy full SHA for c75b309
1 file changed
.github/workflows/generate-mindmap.yml
@@ -30,6 +30,10 @@ jobs:
30
matrix:
31
folder: [".", "./gl", "./pt-br", "./es"]
32
33
+ concurrency:
34
+ group: ${{ github.workflow }}-${{ github.ref }}
35
+ cancel-in-progress: false
36
+
37
steps:
38
- uses: actions/checkout@v5
39
- name: Use Node.js
0 commit comments