Skip to content

Commit 691f7a2

Browse files
committed
chore: update current_mod_packs_to_build
1 parent 316b89a commit 691f7a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/scripts/calculate_builds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def set_output(key: str, value: str) -> None:
5757

5858
# Adjust this section to decide what gets built and layered on top
5959
# THIS IS THE SECTION TO EDIT, after you have added the new versions above
60-
current_mod_packs_to_build = ["mod004", "mod012"]
60+
current_mod_packs_to_build = ["mod004", "mod013"]
6161

6262
generated_jobs: list[dict[str, Any]] = []
6363
for mod_pack_job in current_mod_packs_to_build:

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ No significant changes since 1.134.0rc1.
1818

1919
- chore: Add workflows to build docker image on pull request (Soyoung Kim)
2020
- chore: update docker registry (Soyoung Kim)
21-
- chore: update sta version to v0.12.0 (Matheus Zaniolo)
21+
- chore: bump STA version to v0.12.0 (Matheus Zaniolo)
2222

2323
# Synapse 1.134.0rc1 (2025-07-09)
2424

0 commit comments

Comments
 (0)