Skip to content

Commit 48a63ab

Browse files
authored
ci: cleanup workflows (#12648) [ci skip]
1 parent 04ef778 commit 48a63ab

File tree

7 files changed

+3
-157
lines changed

7 files changed

+3
-157
lines changed

.github/actions/release.cjs

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Website Preview
1+
name: Deploy Preview
22

33
on:
44
pull_request:

.github/workflows/deploy.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Website
1+
name: Deploy
22

33
on:
44
workflow_dispatch:
@@ -81,7 +81,5 @@ jobs:
8181
clean: true
8282
clean-exclude: |
8383
nightly
84-
storybook
85-
playground
8684
v1
8785
googlea519d963aa8f580f.html

.github/workflows/issues-handling.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/merge-release-changelog.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/reset-website-preview-netlify.yaml renamed to .github/workflows/reset-preview-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cleanup Website Preview (Netlify)
1+
name: Reset Preview Deploy
22

33
on:
44
pull_request:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"lint:scope": "yarn workspaces foreach --all --parallel run lint:scope",
6060
"link-all": "yarn workspaces foreach --all --parallel run link",
6161
"unlink-all": "yarn workspaces foreach --all --parallel run unlink",
62-
"release": "node ./.github/actions/release.cjs",
6362
"prepare": "husky install",
6463
"husky:commit-msg": "commitlint -e",
6564
"husky:pre-push": "npm-run-all --sequential husky:commit-msg"

0 commit comments

Comments
 (0)