Skip to content

Commit

Permalink
Spring 2025 dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Oct 22, 2024
1 parent 97902bb commit 764dd34
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,23 @@ jobs:
const dependents = [
['ai', '2024/x'],
['ai', '2024/fall'],
['ap', '2022'],
['ai', '2025/spring'],
['ap', '2024'],
['beyond', '2019/x'],
['business', '2017/x'],
['business', '2024/fall'],
['business', '2025/spring'],
['cs50.tf', 'main'],
['cybersecurity', '2023/x'],
['cybersecurity', '2024/fall'],
['cybersecurity', '2025/spring'],
['games', '2018/x'],
['games', '2024/fall'],
['harvard', '2024/x'],
['harvard', '2024/fall'],
['harvard', '2024/fall'],
['harvard', '2025/spring'],
['hbap.io', 'main'],
['hls', '2025/winter'],
['law', '2019/x'],
['mobile', '2018/x'],
['python', '2022/x'],
Expand All @@ -33,9 +37,11 @@ jobs:
['scratch', '2024/x'],
['sql', '2024/x'],
['sql', '2024/fall'],
['sql', '2025/spring'],
['technology', '2017/x'],
['web', '2020/x'],
['web', '2024/fall'],
['web', '2025/spring'],
['yale', '2024/fall']
];
for (let dependent of dependents) {
Expand Down

0 comments on commit 764dd34

Please sign in to comment.