Skip to content

Commit 1c097b7

Browse files
committed
ci: fixed ci
1 parent 9c1708d commit 1c097b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ build:prerelease:
211211
needs:
212212
- build:dist
213213
- build:linux
214-
- build:windows
215214
- build:macos
216215
# Don't interrupt publishing job
217216
interruptible: false
@@ -260,8 +259,6 @@ integration:merge:
260259
- build:merge
261260
- job: build:linux
262261
optional: true
263-
- job: build:windows
264-
optional: true
265262
- job: build:macos
266263
optional: true
267264
# Requires mutual exclusion
@@ -296,7 +293,6 @@ release:distribution:
296293
needs:
297294
- build:dist
298295
- build:linux
299-
- build:windows
300296
- build:macos
301297
- integration:merge
302298
# Don't interrupt publishing job

0 commit comments

Comments
 (0)