Skip to content

Commit 37788cb

Browse files
committed
Temp disable other jobs
1 parent f698ff3 commit 37788cb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
build-ubuntu:
1717

1818
runs-on: ubuntu-22.04
19+
if: false
1920

2021
steps:
2122
- uses: actions/checkout@v4

.github/workflows/osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
build-osx:
1717

1818
runs-on: ${{ matrix.os }}
19+
if: false
1920
strategy:
2021
matrix:
2122
os: [macos-latest]

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
unit-tests:
1818
name: Unit Tests
1919
runs-on: ubuntu-22.04
20+
if: false
2021

2122
steps:
2223
- uses: actions/checkout@v4

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
build-windows:
1717

1818
runs-on: ${{ matrix.os }}
19+
if: false
1920
strategy:
2021
matrix:
2122
os: [windows-latest]

0 commit comments

Comments
 (0)