Skip to content

Commit

Permalink
fix(config): concurrency gh actions (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 authored Nov 26, 2024
1 parent 1f7c267 commit 945728b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/workflow.deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_call:

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/workflow.document.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_call:

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/workflow.lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_call:

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/workflow.release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
concurrency:
group: ${{ github.workflow }}-${{ inputs.branch_name }}
cancel-in-progress: true

permissions:
pull-requests: write
contents: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/workflow.test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_call:

Expand Down
13 changes: 13 additions & 0 deletions Writerside/topics/Templates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Templates

## NestJS Template

[](https://github.com/Kurocado-Studio/styleguide-nests-template)

## NPM Template

[](https://github.com/Kurocado-Studio/styleguide-npm-template)

## Remix Template

[](https://github.com/Kurocado-Studio/styleguide-remix-template)

0 comments on commit 945728b

Please sign in to comment.