Skip to content

Commit 66290ad

Browse files
committed
TEMP: Disable all CI except macOS for debugging
This is a temporary commit to isolate macOS CI issues by disabling all other CI workflows (Ubuntu, FreeBSD, Cygwin, Solaris). To be reverted after macOS CI is fixed.
1 parent 267c13d commit 66290ad

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/cygwin-build.yml

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

1717
jobs:
1818
test:
19+
if: false # Temporarily disabled while debugging macOS CI
1920
runs-on: windows-2022
2021
name: Test rsync on Cygwin
2122
steps:

.github/workflows/freebsd-build.yml

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

1717
jobs:
1818
test:
19+
if: false # Temporarily disabled while debugging macOS CI
1920
runs-on: ubuntu-latest
2021
name: Test rsync on FreeBSD
2122
steps:

.github/workflows/solaris-build.yml

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

1717
jobs:
1818
test:
19+
if: false # Temporarily disabled while debugging macOS CI
1920
runs-on: ubuntu-latest
2021
name: Test rsync on Solaris
2122
steps:

.github/workflows/ubuntu-build.yml

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

1717
jobs:
1818
test:
19+
if: false # Temporarily disabled while debugging macOS CI
1920
runs-on: ubuntu-latest
2021
name: Test rsync on Ubuntu
2122
steps:

0 commit comments

Comments
 (0)