Skip to content

Commit 306f280

Browse files
committed
updated dependents
1 parent a1822e5 commit 306f280

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,37 @@ jobs:
1212
const dependents = [
1313
['ai', '2024/x'],
1414
['ai', '2024/spring'],
15+
['ai', '2024/summer'],
1516
['ap', '2022'],
1617
['beyond', '2019/x'],
1718
['business', '2017/x'],
1819
['business', '2024/spring'],
20+
['business', '2024/summer'],
1921
['cs50.tf', 'main'],
2022
['cybersecurity', '2023/x'],
2123
['cybersecurity', '2024/spring'],
24+
['cybersecurity', '2024/summer'],
2225
['games', '2018/x'],
2326
['games', '2024/spring'],
27+
['games', '2024/summer'],
2428
['harvard', '2024/x'],
2529
['harvard', '2024/spring'],
30+
['harvard', '2024/summer'],
2631
['hbap.io', 'main'],
2732
['law', '2019/x'],
2833
['mobile', '2018/x'],
2934
['python', '2022/x'],
3035
['r', '2024/x'],
36+
['r', '2024/summer'],
3137
['scratch', '2024/x'],
3238
['sql', '2024/x'],
3339
['sql', '2024/spring'],
40+
['sql', '2024/summer'],
3441
['technology', '2017/x'],
3542
['web', '2020/x'],
3643
['web', '2024/spring'],
37-
['yale', '2023/fall']
44+
['web', '2024/summer'],
45+
['yale', '2024/summer']
3846
];
3947
for (let dependent of dependents) {
4048
await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)