-
Notifications
You must be signed in to change notification settings - Fork 2
72 lines (64 loc) · 1.93 KB
/
web-nextjs_bundle_analysis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: '[Web] Next.js Bundle Analysis'
on:
pull_request:
paths:
- 'web/**'
push:
branches:
- main
- next
paths:
- 'web/**'
- '.github/workflows/web-nextjs_bundle_analysis.yml'
- '.github/workflows/nextjs_bundle_analysis_reusable.yml'
workflow_dispatch:
jobs:
analyze_blog:
name: "[Blog] Next.js Bundle Analysis"
uses: ./.github/workflows/nextjs_bundle_analysis_reusable.yml
with:
workflowName: 'web-nextjs_bundle_analysis.yml'
name: 'blog'
path: 'web/apps/blog'
secrets: inherit
analyze_app:
name: "[App] Next.js Bundle Analysis"
uses: ./.github/workflows/nextjs_bundle_analysis_reusable.yml
with:
workflowName: 'web-nextjs_bundle_analysis.yml'
name: 'app'
path: 'web/apps/app'
secrets: inherit
analyze_brandgrab:
name: "[BrandGrab] Next.js Bundle Analysis"
uses: ./.github/workflows/nextjs_bundle_analysis_reusable.yml
with:
workflowName: 'web-nextjs_bundle_analysis.yml'
name: 'brandgrab'
path: 'web/apps/brandgrab'
secrets: inherit
analyze_web:
name: "[Web] Next.js Bundle Analysis"
uses: ./.github/workflows/nextjs_bundle_analysis_reusable.yml
with:
workflowName: 'web-nextjs_bundle_analysis.yml'
name: 'web'
path: 'web/apps/web'
secrets: inherit
analyze_slco:
name: "[slco] Next.js Bundle Analysis"
uses: ./.github/workflows/nextjs_bundle_analysis_reusable.yml
with:
workflowName: 'web-nextjs_bundle_analysis.yml'
name: 'slco'
path: 'web/apps/slco'
secrets: inherit
analyze_doprocess:
name: "[doprocess] Next.js Bundle Analysis"
uses: ./.github/workflows/nextjs_bundle_analysis_reusable.yml
with:
workflowName: 'web-nextjs_bundle_analysis.yml'
name: 'doprocess'
path: 'web/apps/doprocess.app'
secrets: inherit