Skip to content

Commit eedc7e6

Browse files
committed
Keep framework workflow no-build compatible
1 parent c562686 commit eedc7e6

6 files changed

Lines changed: 19 additions & 338 deletions

File tree

.async-pipeline/tasks.lock.json

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,10 @@
2525
"name": "pipeline:publish",
2626
"value": "async-pipeline run publish"
2727
},
28-
{
29-
"name": "pipeline:publish-github",
30-
"value": "async-pipeline run publish-github"
31-
},
3228
{
3329
"name": "pipeline:release-doctor",
3430
"value": "async-pipeline run release-doctor"
3531
},
36-
{
37-
"name": "pipeline:snapshot",
38-
"value": "async-pipeline run snapshot"
39-
},
4032
{
4133
"name": "pipeline:verify",
4234
"value": "async-pipeline run verify"
@@ -53,18 +45,6 @@
5345
"name": "pipeline:github:generate",
5446
"value": "async-pipeline github generate"
5547
},
56-
{
57-
"name": "pipeline:publish:github:main",
58-
"value": "async-pipeline publish github main --package ."
59-
},
60-
{
61-
"name": "pipeline:publish:github:pr",
62-
"value": "async-pipeline publish github pr --package ."
63-
},
64-
{
65-
"name": "pipeline:publish:github:release",
66-
"value": "async-pipeline publish github release --package ."
67-
},
6848
{
6949
"name": "pipeline:publish:npm",
7050
"value": "async-pipeline publish npm --package ."
@@ -97,18 +77,10 @@
9777
"name": "pipeline:publish",
9878
"value": "async-pipeline run publish"
9979
},
100-
{
101-
"name": "pipeline:publish-github",
102-
"value": "async-pipeline run publish-github"
103-
},
10480
{
10581
"name": "pipeline:release-doctor",
10682
"value": "async-pipeline run release-doctor"
10783
},
108-
{
109-
"name": "pipeline:snapshot",
110-
"value": "async-pipeline run snapshot"
111-
},
11284
{
11385
"name": "pipeline:verify",
11486
"value": "async-pipeline run verify"
@@ -125,18 +97,6 @@
12597
"name": "pipeline:github:generate",
12698
"value": "async-pipeline github generate"
12799
},
128-
{
129-
"name": "pipeline:publish:github:main",
130-
"value": "async-pipeline publish github main --package ."
131-
},
132-
{
133-
"name": "pipeline:publish:github:pr",
134-
"value": "async-pipeline publish github pr --package ."
135-
},
136-
{
137-
"name": "pipeline:publish:github:release",
138-
"value": "async-pipeline publish github release --package ."
139-
},
140100
{
141101
"name": "pipeline:publish:npm",
142102
"value": "async-pipeline publish npm --package ."
@@ -158,6 +118,6 @@
158118
"value": "async-pipeline sync generate"
159119
}
160120
],
161-
"hash": "sha256:6fce080ffc63019e04afbbbb73958fa4e1f066c6f94d5fbce0cefdddb03f5bcf",
162-
"generatedAt": "2026-06-17T06:02:34.012Z"
121+
"hash": "sha256:7d099417f0ce8e0120da48fc2282a8f7fdc1e29b39c17731385badb56bba35b2",
122+
"generatedAt": "2026-06-17T06:08:08.520Z"
163123
}

.github/async-pipeline.lock.json

Lines changed: 6 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@
33
"generator": "@async/pipeline",
44
"config": "pipeline.ts",
55
"workflow": ".github/workflows/async-pipeline.yml",
6-
"hash": "sha256:a21a35360ac3ae3ce9ddee050ac52f427091c0a669169f1c6af54056d00c78cd",
7-
"generatedAt": "2026-06-17T06:02:33.761Z",
6+
"hash": "sha256:0c6d60bde2ebaf956f3a0add90c04e7522b71e407e64b9f5779b0df58115e663",
7+
"generatedAt": "2026-06-17T06:08:08.378Z",
88
"triggers": {
9-
"pull_request": {
10-
"types": [
11-
"opened",
12-
"ready_for_review",
13-
"reopened",
14-
"synchronize"
15-
]
16-
},
9+
"pull_request": {},
1710
"push": {
1811
"branches": [
1912
"main"
@@ -33,8 +26,6 @@
3326
"docs.site"
3427
],
3528
"trigger": [
36-
"pr",
37-
"main",
3829
"manual"
3930
],
4031
"env": {},
@@ -46,7 +37,7 @@
4637
}
4738
}
4839
},
49-
"if": "(github.event_name == 'pull_request') || (github.event_name == 'push' && (github.ref == 'refs/heads/main')) || (github.event_name == 'workflow_dispatch' && github.event.inputs.job == 'pages')"
40+
"if": "github.event_name == 'workflow_dispatch' && github.event.inputs.job == 'pages'"
5041
},
5142
{
5243
"id": "publish",
@@ -82,28 +73,6 @@
8273
},
8374
"if": "(github.event_name == 'workflow_dispatch' && github.event.inputs.job == 'publish') || (github.event_name == 'release' && (github.event.action == 'published'))"
8475
},
85-
{
86-
"id": "publish-github",
87-
"target": [
88-
"publish-github"
89-
],
90-
"trigger": [
91-
"manual"
92-
],
93-
"env": {
94-
"GITHUB_TOKEN": {
95-
"kind": "async-pipeline.env.secret",
96-
"name": "GITHUB_TOKEN"
97-
}
98-
},
99-
"github": {
100-
"permissions": {
101-
"contents": "write",
102-
"packages": "write"
103-
}
104-
},
105-
"if": "github.event_name == 'workflow_dispatch' && github.event.inputs.job == 'publish-github'"
106-
},
10776
{
10877
"id": "release-doctor",
10978
"target": [
@@ -126,28 +95,6 @@
12695
},
12796
"if": "github.event_name == 'workflow_dispatch' && github.event.inputs.job == 'release-doctor'"
12897
},
129-
{
130-
"id": "snapshot",
131-
"target": [
132-
"snapshot"
133-
],
134-
"trigger": [
135-
"main"
136-
],
137-
"env": {
138-
"GITHUB_TOKEN": {
139-
"kind": "async-pipeline.env.secret",
140-
"name": "GITHUB_TOKEN"
141-
}
142-
},
143-
"github": {
144-
"permissions": {
145-
"contents": "write",
146-
"packages": "write"
147-
}
148-
},
149-
"if": "github.event_name == 'push' && (github.ref == 'refs/heads/main')"
150-
},
15198
{
15299
"id": "verify",
153100
"target": [
@@ -179,17 +126,14 @@
179126
]
180127
},
181128
"packagePreviews": {
182-
"enabled": true,
129+
"enabled": false,
183130
"registry": "https://npm.pkg.github.com",
184131
"tokenEnv": "GITHUB_TOKEN",
185-
"comment": true,
186-
"package": ".",
187-
"target": "pack"
132+
"comment": true
188133
},
189134
"manualDispatchJobs": [
190135
"pages",
191136
"publish",
192-
"publish-github",
193137
"release-doctor",
194138
"verify"
195139
]

0 commit comments

Comments
 (0)