We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 977a8e3 + 02c5e44 commit 496ed55Copy full SHA for 496ed55
2 files changed
.devcontainer/devcontainer.json
@@ -33,4 +33,11 @@
33
34
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
35
"remoteUser": "node"
36
+
37
+ // Test restricting low-spec machines
38
+ "hostRequirements": {
39
+ "cpus": 9,
40
+ "memory": "8gb",
41
+ "storage": "32gb"
42
+ }
43
}
.github/workflows/create-translation-batch-pr.yml
@@ -11,7 +11,7 @@ name: Create translation Batch Pull Request
11
on:
12
workflow_dispatch:
13
schedule:
14
- - cron: '25 */6 * * *' # Every six hours
+ - cron: '02 17 * * *' # Once a day at 17:02 UTC / 9:02 PST
15
16
permissions:
17
contents: write
0 commit comments