File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ async function run() {
11
11
let pr ;
12
12
// 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
13
13
// comment the build link on the fork.
14
- if ( ! process . env . CIRCLE_PULL_REQUEST ) {
14
+ if ( true ) {
15
15
try {
16
16
const commit = await octokit . git . getCommit ( {
17
17
owner : 'adobe' ,
@@ -41,7 +41,7 @@ async function run() {
41
41
break ;
42
42
}
43
43
}
44
- } else if ( process . env . CIRCLE_BRANCH === 'main' ) {
44
+ } else if ( true ) {
45
45
//If it isn't a PR commit, then we are on main. Create a comment for the test app and docs build
46
46
await octokit . repos . createCommitComment ( {
47
47
owner : 'adobe' ,
Original file line number Diff line number Diff line change @@ -864,9 +864,6 @@ workflows:
864
864
requires :
865
865
- install
866
866
- verdaccio :
867
- filters :
868
- branches :
869
- only : main
870
867
requires :
871
868
- install
872
869
- v-docs :
You can’t perform that action at this time.
0 commit comments