Skip to content

Commit a544f6d

Browse files
committed
Disable broken semver CI jobs
1 parent 53f78cd commit a544f6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ jobs:
274274
shell: bash
275275

276276
semver_linux:
277+
if: ${{ false }} # This is currently broken
277278
name: Semver Linux
278279
runs-on: ubuntu-20.04
279280
continue-on-error: true
@@ -286,6 +287,7 @@ jobs:
286287
run: sh ci/semver.sh linux
287288

288289
semver_macos:
290+
if: ${{ false }} # This is currently broken
289291
name: Semver macOS
290292
runs-on: macos-11
291293
continue-on-error: true

0 commit comments

Comments
 (0)