Skip to content

Commit

Permalink
fix(config): fixes canceling request error
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Nov 26, 2024
1 parent 1f7c267 commit fb74bb4
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:

on:
pull_request:
types: [ opened, synchronize, reopened ]
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.document.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
concurrency:
group: ${{ github.workflow }}-${{ inputs.branch_name }}
group: ${{ github.ref }}
cancel-in-progress: true

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true

on:
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 fb74bb4

Please sign in to comment.