Skip to content

Commit 8c69e36

Browse files
authored
Disable upsert-release-pr and deploy workflows (#4175)
1 parent c48cec8 commit 8c69e36

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44
name: Deploy
55

66
on:
7-
push:
8-
branches:
9-
- main
10-
# The only commits that will contain changes to the masterlist will be releases
11-
paths-ignore:
12-
- 'MASTERLIST.md'
13-
- 'package.json'
14-
- '.changeset/**'
15-
- 'packages/**/CHANGELOG.md'
16-
- 'packages/**/README.md'
17-
- 'packages/**/package.json'
187
workflow_dispatch:
198
inputs:
209
# For this workflow, BUILD_ALL will cause all adapters to have their image built and deployed

.github/workflows/upsert-release-pr.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: Upsert Release PR
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
# The only commits that will contain changes to the masterlist will be releases
8-
paths-ignore:
9-
- 'MASTERLIST.md'
10-
- 'package.json'
11-
- '.changeset/**'
12-
- 'packages/**/CHANGELOG.md'
13-
- 'packages/**/README.md'
14-
- 'packages/**/package.json'
154
workflow_dispatch:
165
inputs:
176
# For this workflow, BUILD_ALL will only affect the generate documentation step

0 commit comments

Comments
 (0)