Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 86ac32d

Browse files
committed
yaml to yml
1 parent 04814c0 commit 86ac32d

2 files changed

Lines changed: 3 additions & 18 deletions

File tree

.github/workflows/documentation-policy-check.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,12 @@
22

33
name: Documentation Policy Check
44
on:
5-
workflow_call:
6-
inputs:
7-
documentation-repo:
8-
type: string
9-
required: true
10-
description: "Write down the Documentation Repository that needs to be merged first"
11-
12-
production-repos:
13-
type: string
14-
required: true
15-
description: "Write down every repository that has to wait for documentation to be merged first."
16-
17-
18-
19-
20-
5+
pull_request
216

227
jobs:
238
documentation_check:
24-
uses: ./.github/workflows/attestor.yml
9+
uses: ./.github/workflows/attestor.yaml
2510
with:
2611
documentation-repo: ${{ inputs.documentation-repo }}
27-
production-repos: ${{ inputs.production-repo }}
12+
production-repos: ${{ inputs.production-repo}}
2813

0 commit comments

Comments
 (0)