File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11450,6 +11450,7 @@ async function run() {
1145011450 const octokit = github . getOctokit ( gitHubKey ) ;
1145111451 const ignoredRepositories = reposToIgnore ? parseCommaList ( reposToIgnore ) : [ ] ;
1145211452 //by default repo where workflow runs should always be ignored
11453+ ignoredRepositories . push ( repo ) ;
1145311454 let reposList ;
1145411455
1145511456 try {
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ async function run() {
2929 const octokit = github . getOctokit ( gitHubKey ) ;
3030 const ignoredRepositories = reposToIgnore ? parseCommaList ( reposToIgnore ) : [ ] ;
3131 //by default repo where workflow runs should always be ignored
32+ ignoredRepositories . push ( repo ) ;
3233 let reposList ;
3334
3435 try {
You can’t perform that action at this time.
0 commit comments