We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1708d commit 1c097b7Copy full SHA for 1c097b7
.gitlab-ci.yml
@@ -211,7 +211,6 @@ build:prerelease:
211
needs:
212
- build:dist
213
- build:linux
214
- - build:windows
215
- build:macos
216
# Don't interrupt publishing job
217
interruptible: false
@@ -260,8 +259,6 @@ integration:merge:
260
259
- build:merge
261
- job: build:linux
262
optional: true
263
- - job: build:windows
264
- optional: true
265
- job: build:macos
266
267
# Requires mutual exclusion
@@ -296,7 +293,6 @@ release:distribution:
296
293
297
294
298
295
299
300
301
- integration:merge
302
0 commit comments