Skip to content

Commit 1394775

Browse files
committed
updated dependents
1 parent 54d238f commit 1394775

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,29 @@ jobs:
1111
script: |
1212
const dependents = [
1313
['ai', '2024/x'],
14-
['ai', '2024/fall'],
1514
['ai', '2025/spring'],
1615
['ap', '2024'],
1716
['beyond', '2019/x'],
1817
['business', '2017/x'],
19-
['business', '2024/fall'],
2018
['business', '2025/spring'],
2119
['cs50.tf', 'main'],
2220
['cybersecurity', '2023/x'],
23-
['cybersecurity', '2024/fall'],
2421
['cybersecurity', '2025/spring'],
2522
['games', '2018/x'],
26-
['games', '2024/fall'],
2723
['harvard', '2024/x'],
28-
['harvard', '2024/fall'],
2924
['harvard', '2025/spring'],
3025
['hbap.io', 'main'],
3126
['hls', '2025/winter'],
3227
['law', '2019/x'],
3328
['mobile', '2018/x'],
3429
['python', '2022/x'],
3530
['r', '2024/x'],
36-
['r', '2024/fall'],
3731
['scratch', '2024/x'],
3832
['sql', '2024/x'],
39-
['sql', '2024/fall'],
4033
['sql', '2025/spring'],
4134
['technology', '2017/x'],
4235
['web', '2020/x'],
43-
['web', '2024/fall'],
44-
['web', '2025/spring'],
45-
['yale', '2024/fall']
36+
['web', '2025/spring']
4637
];
4738
for (let dependent of dependents) {
4839
await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)