Skip to content

Commit bc3f124

Browse files
committed
Temp disable non test workflows
1 parent 0d01032 commit bc3f124

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build-ubuntu:
17-
17+
if: false
1818
runs-on: ubuntu-22.04
1919

2020
steps:

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build-osx:
17-
17+
if: false
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build-windows:
17-
17+
if: false
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:

0 commit comments

Comments
 (0)