Skip to content

Commit

Permalink
remove concurrency limits in workflows, better to fully capture the o…
Browse files Browse the repository at this point in the history
…utcome of each run
  • Loading branch information
romainmenke committed Sep 4, 2023
1 parent 8b9ab91 commit b57536d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
pull_request:
workflow_dispatch:

concurrency:
group: branch-node--lint--${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
pull_request:
workflow_dispatch:

concurrency:
group: branch-node--test--${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash
Expand Down

0 comments on commit b57536d

Please sign in to comment.