We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4391f commit 2cb5c5dCopy full SHA for 2cb5c5d
.github/workflows/pages-deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: yarn
25
26
- name: Install Dependencies 📦
27
- run: yarn install --immutable
+ run: yarn workspace focus @sourceacademy/modules-info-action --immutable
28
29
- name: Build Modules 🔧
30
run: yarn workspaces foreach -j 5 -ptW --from "./src/{bundles,tsc}/*" run build --tsc --lint
.github/workflows/pull-request.yml
@@ -3,10 +3,10 @@ name: on-pull-request
3
permissions:
4
contents: read
5
6
-on:
7
- pull_request:
8
- branches:
9
- - master
+# on:
+# pull_request:
+# branches:
+# - master
10
11
jobs:
12
paths-filter:
0 commit comments