We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a244073 commit 7a73e99Copy full SHA for 7a73e99
.github/mise-update
.github/workflows/verify.yml
@@ -41,6 +41,12 @@ on:
41
permissions:
42
contents: read
43
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
+
50
jobs:
51
editorconfig:
52
runs-on: ubuntu-latest
0 commit comments