File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ async function run() {
1010 let pr ;
1111 // 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
1212 // comment the build link on the fork.
13- if ( ! process . env . CIRCLE_PULL_REQUEST ) {
13+ if ( true ) {
1414 try {
1515 const commit = await octokit . git . getCommit ( {
1616 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' ,
Original file line number Diff line number Diff line change @@ -647,9 +647,9 @@ workflows:
647647 requires :
648648 - install
649649 - docs-verdaccio :
650- filters :
651- branches :
652- only : main
650+ # filters:
651+ # branches:
652+ # only: main
653653 requires :
654654 - install
655655 - deploy :
You can’t perform that action at this time.
0 commit comments