Skip to content

Commit c9a2bb8

Browse files
committed
turn on verdaccio
1 parent a9729b2 commit c9a2bb8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.circleci/comment.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function run() {
1111
let pr;
1212
// If we aren't running on a PR commit, double check if this is a branch created for a fork. If so, we'll need to
1313
// comment the build link on the fork.
14-
if (!process.env.CIRCLE_PULL_REQUEST) {
14+
if (true) {
1515
try {
1616
const commit = await octokit.git.getCommit({
1717
owner: 'adobe',
@@ -41,7 +41,7 @@ async function run() {
4141
break;
4242
}
4343
}
44-
} else if (process.env.CIRCLE_BRANCH === 'main') {
44+
} else if (true) {
4545
//If it isn't a PR commit, then we are on main. Create a comment for the test app and docs build
4646
await octokit.repos.createCommitComment({
4747
owner: 'adobe',

.circleci/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -864,9 +864,6 @@ workflows:
864864
requires:
865865
- install
866866
- verdaccio:
867-
filters:
868-
branches:
869-
only: main
870867
requires:
871868
- install
872869
- v-docs:

0 commit comments

Comments
 (0)