Skip to content

Commit 828394a

Browse files
committed
chore(ci): disable nucleus releases
hopefully
1 parent 3977f16 commit 828394a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.nucleus.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ core-deploy:
55
branches:
66
~DEFAULT~:
77
pull-request: &branch-definition
8+
workflow: build-and-test
89
auto-start: true
910
auto-start-from-forks: false
1011
merge-method: disabled # do not auto-merge; we'll do it ourselves
@@ -31,7 +32,6 @@ branches:
3132
release:
3233
pull-request:
3334
<<: *branch-definition
34-
merge-method: force-push # release branch should always be in sync with master branch (linear history)
3535
# Only active branches need to be included in this config
3636
winter26:
3737
pull-request:
@@ -62,16 +62,3 @@ steps:
6262
# this project runs yarn build after yarn install so skip explicit build step
6363
node-build: &node-build
6464
skip: true
65-
node-pre-release-tests:
66-
params:
67-
command: yarn test
68-
npm-configure:
69-
params:
70-
registry-url: https://registry.yarnpkg.com
71-
npm-configure-for-publish:
72-
params:
73-
registry-url: https://registry.npmjs.org
74-
npm-publish-release:
75-
params:
76-
access: public
77-
tag: latest # note: this should be summer22, winter23, etc. if this .nucleus.yaml file is in a non-master branch

0 commit comments

Comments
 (0)