Skip to content

Commit 7a73e99

Browse files
committed
feat: clean up repo
- remove unnecessary mise-update (supplied by renovate-workflow instead) - make verify less spammy by cancelling concurrent runs
1 parent a244073 commit 7a73e99

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
lines changed

.github/mise-update

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/verify.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ on:
4141
permissions:
4242
contents: read
4343

44+
# Cancel duplicate runs for this workflow if they happen for the same commit
45+
# Thus should help with duplicate runs caused by PRs, e.g. because of Renovate
46+
concurrency:
47+
group: ${{ github.workflow }}-${{ github.sha }}
48+
cancel-in-progress: true
49+
4450
jobs:
4551
editorconfig:
4652
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)