Skip to content

Commit bc96926

Browse files
committed
temporarily disable uninteresting workflows
1 parent fe7c2cc commit bc96926

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ on:
4242

4343
jobs:
4444
linux:
45+
if: false
4546
runs-on: ubuntu-latest
4647

4748
env:

.github/workflows/check-mkvk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ on:
4141

4242
jobs:
4343
check-mkvk:
44+
if: false
4445
strategy:
4546
matrix:
4647
os: [ macos-latest, ubuntu-latest, windows-latest ]

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ on:
5454

5555
jobs:
5656
build-docs:
57+
if: false
5758
name: Build KTX-Software reference pages and documentation
5859
strategy:
5960
matrix:

.github/workflows/mingw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ on:
4141

4242
jobs:
4343
mingw:
44+
if: false
4445
runs-on: windows-latest
4546
defaults:
4647
run:

.github/workflows/publish-pyktx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ env:
6565

6666
jobs:
6767
publish-to-pypi:
68+
if: false
6869
name: Publish Python 🐍 distribution 📦 to PyPI
6970
if: ${{ ! inputs.test-pypi }}
7071
runs-on: ubuntu-latest

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
#formatting:
4242
# uses: ./.github/workflows/formatting.yml
4343
windows:
44+
if: false
4445
# Shortcircuit and don't burn CI time when formatting will reject
4546
#needs: formatting
4647
strategy:

0 commit comments

Comments
 (0)