mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-20 00:10:35 -05:00
Merge pull request #8873 from ThomasWaldmann/disable-windows-ci
CI: disable windows for now
This commit is contained in:
commit
6fc0cd5ef3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -196,7 +196,7 @@ jobs:
|
|||
|
||||
windows:
|
||||
|
||||
if: true # can be used to temporary disable build
|
||||
if: false # can be used to temporary disable build
|
||||
runs-on: windows-latest
|
||||
timeout-minutes: 120
|
||||
needs: linux
|
||||
|
|
|
|||
Loading…
Reference in a new issue