Skip to content

Commit

Permalink
feat: clean up repo
Browse files Browse the repository at this point in the history
- remove unnecessary mise-update (supplied by renovate-workflow instead)
- make verify less spammy by cancelling concurrent runs
  • Loading branch information
Okeanos committed Mar 8, 2025
1 parent 862944f commit 07e9b85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/mise-update

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ on:
permissions:
contents: read

# Cancel duplicate runs for this workflow if they happen for the same commit
# Thus should help with duplicate runs caused by PRs, e.g. because of Renovate
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true

jobs:
editorconfig:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07e9b85

Please sign in to comment.