We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d021f52 commit bb5ec29Copy full SHA for bb5ec29
1 file changed
.github/workflows/bsd.yml
@@ -6,6 +6,11 @@ on:
6
pull_request:
7
branches: [ main ]
8
9
+concurrency:
10
+ group: clang-tidy-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
14
jobs:
15
freebsd:
16
name: FreeBSD ${{ matrix.version }} Build
0 commit comments