Skip to content

Commit 7ec4a1a

Browse files
committed
Debug
1 parent 99b12b6 commit 7ec4a1a

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Run clang-format via pre-commit
3030
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3131
with:
32-
extra_args: clang-format --all-files
32+
extra_args: clang-format --all-files --verbose

.github/workflows/ubuntu_22.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Linux (Ubuntu 22.04)
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
push:
6-
branches:
7-
- develop
84

95
concurrency:
106
group: linux-${{ github.event_name }}-${{ github.ref_name }}-ubuntu_22_04

.github/workflows/ubuntu_24.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Linux (Ubuntu 24.04)
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
push:
6-
branches:
7-
- develop
84

95
concurrency:
106
group: linux-${{ github.event_name }}-${{ github.ref_name }}-ubuntu_24_04

.github/workflows/windows_2022.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Windows (2022)
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
push:
6-
branches:
7-
- develop
84

95
concurrency:
106
group: windows-${{ github.event_name }}-${{ github.ref_name }}-2022

0 commit comments

Comments
 (0)