Skip to content

Commit eba0f19

Browse files
committed
Avoid building all the images at once
1 parent 515faa6 commit eba0f19

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272

7373
publish_prestashop:
7474
runs-on: ubuntu-latest
75+
concurrency:
76+
group: build-versions-one-by-one
77+
cancel-in-progress: true
7578
needs:
7679
- list_prestashop_images
7780
- publish_base

0 commit comments

Comments
 (0)