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 bc76cb0 commit abf15baCopy full SHA for abf15ba
.github/workflows/pre-commit-main.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches: [main]
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
pre-commit:
13
runs-on: ubuntu-latest
0 commit comments