Commit 2924096
authored
Remove redundant readthedocs triggers and check for stable changes (#101)
This change removes the redundant RTD webhook triggering that did not work properly, now that pushes to the repo from the GH actions works without a manual trigger.
It also removes a check for changes from the stable branch update, since it checks if there were any changes to main, when really it should be checking for diffs between main and stable. If after the submodules were last automatically updated there have been no additional changes to main or to the submodules, the faulty check will cause the update to stable to skip. Since there will always be a diff between main and stable (slang submodule checked out from different branch) the check, even if done properly, is redundant too.1 parent a12c7b3 commit 2924096
File tree
2 files changed
+0
-39
lines changed- .github/workflows
2 files changed
+0
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 50 | | |
69 | | - | |
70 | 51 | | |
71 | 52 | | |
72 | 53 | | |
73 | 54 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
0 commit comments