Skip to content

Commit

Permalink
build on verdaccio
Browse files Browse the repository at this point in the history
  • Loading branch information
reidbarber committed Feb 20, 2025
1 parent fd6353a commit 4710c1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function run() {
let pr;
// 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
// comment the build link on the fork.
if (!process.env.CIRCLE_PULL_REQUEST) {
if (true) {
try {
const commit = await octokit.git.getCommit({
owner: 'adobe',
Expand Down Expand Up @@ -41,7 +41,7 @@ async function run() {
break;
}
}
} else if (process.env.CIRCLE_BRANCH === 'main') {
} else if (true) {
//If it isn't a PR commit, then we are on main. Create a comment for the test app and docs build
await octokit.repos.createCommitComment({
owner: 'adobe',
Expand Down
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,9 @@ workflows:
requires:
- install
- docs-verdaccio:
filters:
branches:
only: main
# filters:
# branches:
# only: main
requires:
- install
- deploy:
Expand Down

1 comment on commit 4710c1b

@rspbot
Copy link

@rspbot rspbot commented on 4710c1b Feb 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.