diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index c108e9776..e62a4f179 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -49,7 +49,6 @@ jobs: integ-runner integ-testing toolkit-lib - toolkit-lib yarn-cling requireScope: false contributorStatement: diff --git a/.projenrc.ts b/.projenrc.ts index 670505a4e..2c1c94722 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -1784,7 +1784,6 @@ repoProject.github?.tryFindWorkflow('pull-request-lint')?.file?.patch( 'docs', 'bootstrap', 'integ-testing', - 'toolkit-lib', ...repoProject.subprojects .filter(p => p instanceof yarn.TypeScriptWorkspace) .map(p => p.name)