We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d1c45 commit 3157bf1Copy full SHA for 3157bf1
.circleci/comment.js
@@ -41,7 +41,7 @@ async function run() {
41
break;
42
}
43
44
- } else if (process.env.CIRCLE_BRANCH === 'main') {
+ } else if (true) {
45
//If it isn't a PR commit, then we are on main. Create a comment for the test app and docs build
46
await octokit.repos.createCommitComment({
47
owner: 'adobe',
.circleci/config.yml
@@ -647,9 +647,6 @@ workflows:
647
requires:
648
- install
649
- docs-verdaccio:
650
- filters:
651
- branches:
652
- only: main
653
654
655
- deploy:
0 commit comments