File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -11,38 +11,29 @@ jobs:
11
11
script : |
12
12
const dependents = [
13
13
['ai', '2024/x'],
14
- ['ai', '2024/fall'],
15
14
['ai', '2025/spring'],
16
15
['ap', '2024'],
17
16
['beyond', '2019/x'],
18
17
['business', '2017/x'],
19
- ['business', '2024/fall'],
20
18
['business', '2025/spring'],
21
19
['cs50.tf', 'main'],
22
20
['cybersecurity', '2023/x'],
23
- ['cybersecurity', '2024/fall'],
24
21
['cybersecurity', '2025/spring'],
25
22
['games', '2018/x'],
26
- ['games', '2024/fall'],
27
23
['harvard', '2024/x'],
28
- ['harvard', '2024/fall'],
29
24
['harvard', '2025/spring'],
30
25
['hbap.io', 'main'],
31
26
['hls', '2025/winter'],
32
27
['law', '2019/x'],
33
28
['mobile', '2018/x'],
34
29
['python', '2022/x'],
35
30
['r', '2024/x'],
36
- ['r', '2024/fall'],
37
31
['scratch', '2024/x'],
38
32
['sql', '2024/x'],
39
- ['sql', '2024/fall'],
40
33
['sql', '2025/spring'],
41
34
['technology', '2017/x'],
42
35
['web', '2020/x'],
43
- ['web', '2024/fall'],
44
- ['web', '2025/spring'],
45
- ['yale', '2024/fall']
36
+ ['web', '2025/spring']
46
37
];
47
38
for (let dependent of dependents) {
48
39
await github.rest.actions.createWorkflowDispatch({
You can’t perform that action at this time.
0 commit comments