Skip to content

Commit 971710e

Browse files
committed
chore: playing around with location and granularity
1 parent 35c4b47 commit 971710e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ jobs:
2525
id-token: write
2626
packages: write
2727
pull-requests: write
28-
document-generation:
29-
uses: ./.github/workflows/wc-document-generation.yml
30-
permissions:
31-
contents: read

.github/workflows/wc-build-push-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,8 @@ jobs:
8888
- uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0
8989
with:
9090
files: test-report-*.xml
91+
92+
generate-documents:
93+
uses: ./.github/workflows/wc-document-generation.yml
94+
permissions:
95+
contents: read

.github/workflows/wc-document-generation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Document Generation
33

44
on:
55
workflow_call:
6-
inputs:
7-
flavor:
8-
required: true
9-
type: string
106

117
permissions:
128
contents: read

0 commit comments

Comments
 (0)