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

Commit

Permalink
ci: use concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
blopezpi committed Feb 23, 2022
1 parent 672ffde commit 463730d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/app-component-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.PATNAME }}

concurrency: build_component

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/byebye-component-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.PATNAME }}

concurrency: build_component

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hello-component-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.PATNAME }}

concurrency: build_component

jobs:

Expand Down

0 comments on commit 463730d

Please sign in to comment.