Skip to content

Commit

Permalink
wip: dnm testing size and verdaccio shadowdom
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Dec 23, 2024
1 parent 650bf4a commit 6e2068b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/comment.js
Original file line number Diff line number Diff line change
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
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,6 @@ workflows:
requires:
- install
- docs-verdaccio:
filters:
branches:
only: main
requires:
- install
- deploy:
Expand Down

0 comments on commit 6e2068b

Please sign in to comment.