Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 463730d

Browse files
author
Borja Lopez
committed
ci: use concurrency
1 parent 672ffde commit 463730d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/app-component-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.PATNAME }}
2020

21+
concurrency: build_component
2122

2223
jobs:
2324

.github/workflows/byebye-component-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.PATNAME }}
2222

23+
concurrency: build_component
2324

2425
jobs:
2526

.github/workflows/hello-component-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.PATNAME }}
2222

23+
concurrency: build_component
2324

2425
jobs:
2526

0 commit comments

Comments
 (0)