Skip to content

Commit 496ed55

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 977a8e3 + 02c5e44 commit 496ed55

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,11 @@
3333

3434
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3535
"remoteUser": "node"
36+
37+
// Test restricting low-spec machines
38+
"hostRequirements": {
39+
"cpus": 9,
40+
"memory": "8gb",
41+
"storage": "32gb"
42+
}
3643
}

.github/workflows/create-translation-batch-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Create translation Batch Pull Request
1111
on:
1212
workflow_dispatch:
1313
schedule:
14-
- cron: '25 */6 * * *' # Every six hours
14+
- cron: '02 17 * * *' # Once a day at 17:02 UTC / 9:02 PST
1515

1616
permissions:
1717
contents: write

0 commit comments

Comments
 (0)