Skip to content

Commit c75b309

Browse files
committed
Run all jobs of this workflow sequentially, so that the commits made by these jobs don't collide with each other
1 parent 0eb7ec9 commit c75b309

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate-mindmap.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
matrix:
3131
folder: [".", "./gl", "./pt-br", "./es"]
3232

33+
concurrency:
34+
group: ${{ github.workflow }}-${{ github.ref }}
35+
cancel-in-progress: false
36+
3337
steps:
3438
- uses: actions/checkout@v5
3539
- name: Use Node.js

0 commit comments

Comments
 (0)