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 @@ -860,9 +860,6 @@ workflows:
860
860
requires :
861
861
- install
862
862
- verdaccio :
863
- filters :
864
- branches :
865
- only : main
866
863
requires :
867
864
- install
868
865
- v-docs :
You can’t perform that action at this time.
0 commit comments