diff --git a/src/workflows/tests/actions-workflows.ts b/src/workflows/tests/actions-workflows.ts index c4ee30d4d94a..0b4f393edcaa 100644 --- a/src/workflows/tests/actions-workflows.ts +++ b/src/workflows/tests/actions-workflows.ts @@ -20,7 +20,11 @@ type WorkflowMeta = { name: string on: Record permissions: Record - jobs: Record + job: + build: + if: github.repository == 'github/docs' + ... + Record } }