Skip to content

Commit 97902bb

Browse files
committed
updated workflow for Fall 2024
1 parent 64252f9 commit 97902bb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@ jobs:
1111
script: |
1212
const dependents = [
1313
['ai', '2024/x'],
14-
['ai', '2024/summer'],
14+
['ai', '2024/fall'],
1515
['ap', '2022'],
1616
['beyond', '2019/x'],
1717
['business', '2017/x'],
18-
['business', '2024/summer'],
18+
['business', '2024/fall'],
1919
['cs50.tf', 'main'],
2020
['cybersecurity', '2023/x'],
21-
['cybersecurity', '2024/summer'],
21+
['cybersecurity', '2024/fall'],
2222
['games', '2018/x'],
23-
['games', '2024/summer'],
23+
['games', '2024/fall'],
2424
['harvard', '2024/x'],
25-
['harvard', '2024/summer'],
25+
['harvard', '2024/fall'],
2626
['harvard', '2024/fall'],
2727
['hbap.io', 'main'],
2828
['law', '2019/x'],
2929
['mobile', '2018/x'],
3030
['python', '2022/x'],
3131
['r', '2024/x'],
32-
['r', '2024/summer'],
32+
['r', '2024/fall'],
3333
['scratch', '2024/x'],
3434
['sql', '2024/x'],
35-
['sql', '2024/summer'],
35+
['sql', '2024/fall'],
3636
['technology', '2017/x'],
3737
['web', '2020/x'],
38-
['web', '2024/summer'],
39-
['yale', '2024/summer']
38+
['web', '2024/fall'],
39+
['yale', '2024/fall']
4040
];
4141
for (let dependent of dependents) {
4242
await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)