Skip to content

Commit ee08d43

Browse files
committed
updated dependents
1 parent c4d04b8 commit ee08d43

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,31 @@ jobs:
1111
script: |
1212
const dependents = [
1313
['ai', '2024/x'],
14-
['ai', '2025/spring'],
15-
['ai', '2025/summer'],
14+
['ai', '2025/fall'],
1615
['ap', '2024'],
1716
['beyond', '2019/x'],
1817
['business', '2017/x'],
19-
['business', '2025/spring'],
20-
['business', '2025/summer'],
18+
['business', '2025/fall'],
2119
['cs50.tf', 'main'],
2220
['cybersecurity', '2023/x'],
23-
['cybersecurity', '2025/spring'],
24-
['cybersecurity', '2025/summer'],
21+
['cybersecurity', '2025/fall'],
2522
['games', '2018/x'],
2623
['harvard', '2024/x'],
27-
['harvard', '2025/spring'],
28-
['harvard', '2025/summer'],
24+
['harvard', '2025/fall'],
2925
['hbap.io', 'main'],
3026
['hls', '2025/winter'],
3127
['law', '2019/x'],
3228
['mobile', '2018/x'],
29+
['oxford', '2025/michaelmas'],
3330
['python', '2022/x'],
3431
['r', '2024/x'],
32+
['r', '2025/fall'],
3533
['scratch', '2024/x'],
3634
['sql', '2024/x'],
37-
['sql', '2025/spring'],
35+
['sql', '2025/fall'],
3836
['technology', '2017/x'],
3937
['web', '2020/x'],
40-
['web', '2025/spring']
38+
['web', '2025/fall']
4139
];
4240
for (let dependent of dependents) {
4341
await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)