File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -258,8 +258,8 @@ on-master-and-version-tags: &on-master-and-version-tags
258
258
platform-build-defs : &platform-build-defs
259
259
requires :
260
260
- build-debian
261
- # @@ <<: *on-master-and-version-tags
262
- << : *on-any-branch
261
+ << : *on-master-and-version-tags
262
+ # <<: *on-any-branch # debugging
263
263
264
264
after-platform-builds : &after-platform-builds
265
265
requires :
@@ -291,10 +291,10 @@ workflows:
291
291
- build-and-test-gpu :
292
292
<< : *on-any-branch
293
293
- build-macos :
294
- << : *never
294
+ << : *never # temporarily disabled
295
295
# <<: *on-version-tags
296
296
- build-multiarch-docker :
297
- << : *never
297
+ << : *never # temporarily disabled
298
298
# <<: *on-version-tags
299
299
- deploy-artifacts :
300
300
name : deploy-branch
@@ -314,4 +314,4 @@ workflows:
314
314
<< : *on-master
315
315
jobs :
316
316
- build-macos :
317
- << : *never
317
+ << : *never # temporarily disabled
You can’t perform that action at this time.
0 commit comments