Skip to content

Commit da8e1d3

Browse files
committed
disable extra jobs
Signed-off-by: Máté Tokodi [email protected]
1 parent 8fe9a8b commit da8e1d3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/actions.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ env:
1010
RUNNER: tools/run-tests.py
1111

1212
jobs:
13-
check-tidy:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v4
17-
with:
18-
submodules: true
19-
- name: Install Packages
20-
run: |
21-
sudo add-apt-repository "deb http://mirrors.kernel.org/ubuntu/ focal main universe"
22-
sudo apt update
23-
sudo apt install -y clang-format-10
24-
- name: Test
25-
run: tools/check_tidy.py
13+
# check-tidy:
14+
# runs-on: ubuntu-latest
15+
# steps:
16+
# - uses: actions/checkout@v4
17+
# with:
18+
# submodules: true
19+
# - name: Install Packages
20+
# run: |
21+
# sudo add-apt-repository "deb http://mirrors.kernel.org/ubuntu/ focal main universe"
22+
# sudo apt update
23+
# sudo apt install -y clang-format-10
24+
# - name: Test
25+
# run: tools/check_tidy.py
2626

2727
build-on-macos:
2828
strategy:

0 commit comments

Comments
 (0)