Skip to content

Commit a07d0b9

Browse files
author
isdn-isd-isdh
authored
Update actions-workflows.ts
jobs: build: if: github.repository == 'github/docs' ...
1 parent 29c5061 commit a07d0b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/workflows/tests/actions-workflows.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ type WorkflowMeta = {
2020
name: string
2121
on: Record<string, any>
2222
permissions: Record<string, any>
23-
jobs: Record<string, any>
23+
job:
24+
build:
25+
if: github.repository == 'github/docs'
26+
...
27+
Record<string, any>
2428
}
2529
}
2630

0 commit comments

Comments
 (0)