Skip to content

Commit

Permalink
fix(actions): don't cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 19, 2023
1 parent 2b43d71 commit e393a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
lint:
Expand Down

0 comments on commit e393a92

Please sign in to comment.