Skip to content

Commit 2cb5c5d

Browse files
committed
Use a limited install instead and temporarily disable main workflow
1 parent ab4391f commit 2cb5c5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: yarn
2525

2626
- name: Install Dependencies 📦
27-
run: yarn install --immutable
27+
run: yarn workspace focus @sourceacademy/modules-info-action --immutable
2828

2929
- name: Build Modules 🔧
3030
run: yarn workspaces foreach -j 5 -ptW --from "./src/{bundles,tsc}/*" run build --tsc --lint

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: on-pull-request
33
permissions:
44
contents: read
55

6-
on:
7-
pull_request:
8-
branches:
9-
- master
6+
# on:
7+
# pull_request:
8+
# branches:
9+
# - master
1010

1111
jobs:
1212
paths-filter:

0 commit comments

Comments
 (0)