From a07d0b923e7f64c523cec36bdc35c3ab518c0dd0 Mon Sep 17 00:00:00 2001 From: isdn-isd-isdh <161420935+Bitchryankilledme@users.noreply.github.com> Date: Sun, 6 Jul 2025 07:19:53 -0700 Subject: [PATCH] Update actions-workflows.ts jobs: build: if: github.repository == 'github/docs' ... --- src/workflows/tests/actions-workflows.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 } }