Skip to content

Commit

Permalink
fix(ci): concurrency gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Nov 26, 2024
1 parent e9d8e23 commit bc4046f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ permissions:

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
Expand Down
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 }}
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 }}
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 }}
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 }}
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 }}
cancel-in-progress: true

on:
workflow_call:

Expand Down

0 comments on commit bc4046f

Please sign in to comment.